From fcedec930308c5dbff064b607d22974b91ff0d45 Mon Sep 17 00:00:00 2001 From: Ayman Habib Date: Fri, 12 Mar 2021 13:58:41 -0800 Subject: [PATCH] Fix parameter name in comment to match signature (#2973) --- OpenSim/Common/Component.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Common/Component.h b/OpenSim/Common/Component.h index 8db1425f2e..bec7d86efe 100644 --- a/OpenSim/Common/Component.h +++ b/OpenSim/Common/Component.h @@ -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