aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/oslib
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/oslib')
-rw-r--r--os/common/oslib/include/chmempools.h2
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
*/