summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/corebarrier.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/inline/rtems/score/corebarrier.inl')
-rw-r--r--cpukit/score/inline/rtems/score/corebarrier.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/inline/rtems/score/corebarrier.inl b/cpukit/score/inline/rtems/score/corebarrier.inl
index bec57d9387..a1e56fc221 100644
--- a/cpukit/score/inline/rtems/score/corebarrier.inl
+++ b/cpukit/score/inline/rtems/score/corebarrier.inl
@@ -32,11 +32,11 @@
#include <rtems/score/threadq.h>
/**
- * This function returns TRUE if the automatic release attribute is
- * enabled in the @a attribute_set and FALSE otherwise.
+ * This function returns true if the automatic release attribute is
+ * enabled in the @a attribute_set and false otherwise.
*
* @param[in] the_attribute is the attribute set to test
- * @return TRUE if the priority attribute is enabled
+ * @return true if the priority attribute is enabled
*/
RTEMS_INLINE_ROUTINE bool _CORE_barrier_Is_automatic(
CORE_barrier_Attributes *the_attribute