diff options
author | isiora <none@example.com> | 2018-01-18 09:23:08 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2018-01-18 09:23:08 +0000 |
commit | 57dd3066248bc8a9aed656ff1f783fae2a63f737 (patch) | |
tree | 1106e3e0eb5886561fcaa1298dc9d072d0aec245 /os | |
parent | 9faf55dfa5016dc80fd9f4269bea6dd7760d244f (diff) | |
download | ChibiOS-57dd3066248bc8a9aed656ff1f783fae2a63f737.tar.gz ChibiOS-57dd3066248bc8a9aed656ff1f783fae2a63f737.tar.bz2 ChibiOS-57dd3066248bc8a9aed656ff1f783fae2a63f737.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11308 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-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
|