summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/coremsg.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/inline/rtems/score/coremsg.inl10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/inline/rtems/score/coremsg.inl b/cpukit/score/inline/rtems/score/coremsg.inl
index 92d10ca6e2..81955acbe4 100644
--- a/cpukit/score/inline/rtems/score/coremsg.inl
+++ b/cpukit/score/inline/rtems/score/coremsg.inl
@@ -146,8 +146,8 @@ RTEMS_INLINE_ROUTINE
}
/**
- * This function returns TRUE if the priority attribute is
- * enabled in the attribute_set and FALSE otherwise.
+ * This function returns true if the priority attribute is
+ * enabled in the attribute_set and false otherwise.
*/
RTEMS_INLINE_ROUTINE bool _CORE_message_queue_Is_priority(
@@ -190,7 +190,7 @@ RTEMS_INLINE_ROUTINE void _CORE_message_queue_Prepend_unprotected (
}
/**
- * This function returns TRUE if the_message_queue is TRUE and FALSE otherwise.
+ * This function returns true if the_message_queue is true and false otherwise.
*/
RTEMS_INLINE_ROUTINE bool _CORE_message_queue_Is_null (
@@ -201,8 +201,8 @@ RTEMS_INLINE_ROUTINE bool _CORE_message_queue_Is_null (
}
/**
- * This function returns TRUE if notification is enabled on this message
- * queue and FALSE otherwise.
+ * This function returns true if notification is enabled on this message
+ * queue and false otherwise.
*/
RTEMS_INLINE_ROUTINE bool _CORE_message_queue_Is_notify_enabled (