Skip to content

Commit

Permalink
Revert to "Typo fix"
Browse files Browse the repository at this point in the history
This reverts commit 790ba4c.
  • Loading branch information
restenb committed Dec 11, 2024
1 parent f79ac15 commit 7e4d90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cosim/slave_simulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class set_variable_cache
std::vector<value_reference> references_;
boost::container::vector<T> values_;

// Filtered references and values to be set next (if a filter is applied).
// Filtered references and values of the values to be set next (if a filter is applied).
std::vector<value_reference> references_filtered_;
boost::container::vector<T> values_filtered_;
};
Expand Down

0 comments on commit 7e4d90b

Please sign in to comment.