From 57dd3066248bc8a9aed656ff1f783fae2a63f737 Mon Sep 17 00:00:00 2001 From: isiora Date: Thu, 18 Jan 2018 09:23:08 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11308 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/oslib/src/chfactory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common/oslib/src') 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 -- cgit v1.2.3