Skip to content

Commit

Permalink
Fix parameter name in comment to match signature (#2973)
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanhab committed Mar 12, 2021
1 parent 62205cd commit fcedec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSim/Common/Component.h
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ OpenSim_DECLARE_ABSTRACT_OBJECT(Component, Object);
*
* @param state
* the State in which to store the new value
* @param name
* @param k
* the name of the cache variable
* @param value
* the new value for this cache variable
Expand Down

0 comments on commit fcedec9

Please sign in to comment.