Minor documentation fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11148 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-12-20 09:08:29 +00:00
parent 28e2f5256e
commit b2ac0d4dc5
1 changed files with 1 additions and 1 deletions

View File

@ -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 * @param[in] gmp pointer to a @p guarded_memory_pool_t structure
* @return The pointer to the allocated object. * @return The pointer to the allocated object.
* @retval NULL if the operation timed out. * @retval NULL if the pool is empty.
* *
* @iclass * @iclass
*/ */