diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-20 09:08:29 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-20 09:08:29 +0000 |
commit | b2ac0d4dc5999aea112158e7d2f66f5ab56cf0af (patch) | |
tree | e595f9c2b7d8d00c6942c856f5687cc543c2a34c /os | |
parent | 28e2f5256e793232777ae4a4d971d2da490f51a5 (diff) | |
download | ChibiOS-b2ac0d4dc5999aea112158e7d2f66f5ab56cf0af.tar.gz ChibiOS-b2ac0d4dc5999aea112158e7d2f66f5ab56cf0af.tar.bz2 ChibiOS-b2ac0d4dc5999aea112158e7d2f66f5ab56cf0af.zip |
Minor documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11148 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/common/oslib/include/chmempools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/oslib/include/chmempools.h b/os/common/oslib/include/chmempools.h index 1923404b3..5c7666f4e 100644 --- a/os/common/oslib/include/chmempools.h +++ b/os/common/oslib/include/chmempools.h @@ -299,7 +299,7 @@ static inline void chGuardedPoolAddI(guarded_memory_pool_t *gmp, void *objp) { *
* @param[in] gmp pointer to a @p guarded_memory_pool_t structure
* @return The pointer to the allocated object.
- * @retval NULL if the operation timed out.
+ * @retval NULL if the pool is empty.
*
* @iclass
*/
|