aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chlists.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chlists.h')
-rw-r--r--os/kernel/include/chlists.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chlists.h b/os/kernel/include/chlists.h
index 83552040a..3f71b2afc 100644
--- a/os/kernel/include/chlists.h
+++ b/os/kernel/include/chlists.h
@@ -87,7 +87,7 @@ static inline void list_init(threads_list_t *tlp) {
}
/**
- * @brief Evaluates to @p TRUE if the specified threads list is empty.
+ * @brief Evaluates to @p true if the specified threads list is empty.
*
* @notapi
*/
@@ -97,7 +97,7 @@ static inline bool list_isempty(threads_list_t *tlp) {
}
/**
- * @brief Evaluates to @p TRUE if the specified threads list is not empty.
+ * @brief Evaluates to @p true if the specified threads list is not empty.
*
* @notapi
*/
@@ -117,7 +117,7 @@ static inline void queue_init(threads_queue_t *tqp) {
}
/**
- * @brief Evaluates to @p TRUE if the specified threads queue is empty.
+ * @brief Evaluates to @p true if the specified threads queue is empty.
*
* @notapi
*/
@@ -127,7 +127,7 @@ static inline bool queue_isempty(threads_queue_t *tqp) {
}
/**
- * @brief Evaluates to @p TRUE if the specified threads queue is not empty.
+ * @brief Evaluates to @p true if the specified threads queue is not empty.
*
* @notapi
*/