Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Nov 16, 2024
1 parent c1da6f6 commit 790ba4c
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 of the values to be set next (if a filter is applied).
// Filtered references and 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 790ba4c

Please sign in to comment.