Skip to content

Commit fcedec9

Browse files
authored
Fix parameter name in comment to match signature (#2973)
1 parent 62205cd commit fcedec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenSim/Common/Component.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@ OpenSim_DECLARE_ABSTRACT_OBJECT(Component, Object);
16041604
*
16051605
* @param state
16061606
* the State in which to store the new value
1607-
* @param name
1607+
* @param k
16081608
* the name of the cache variable
16091609
* @param value
16101610
* the new value for this cache variable

0 commit comments

Comments
 (0)