diff options
-rw-r--r-- | os/common/oslib/src/chfactory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/oslib/src/chfactory.c b/os/common/oslib/src/chfactory.c index 0f2e1e6f0..232b40d5e 100644 --- a/os/common/oslib/src/chfactory.c +++ b/os/common/oslib/src/chfactory.c @@ -334,7 +334,7 @@ registered_object_t *chFactoryFindObject(const char *name) { * @param[in] objp pointer to the object to be retrieved
*
* @return The reference to the found registered object.
- * @retval NULL if a registered object with the specified name
+ * @retval NULL if a registered object with the specified pointer
* does not exist.
*
* @api
|