summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/priority.inl
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-22 09:22:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-22 09:22:17 +0000
commit6390256611ad02b777017640de6e8a1e9242d861 (patch)
treec6b7fe2ea3854eac97cc18394734389613b93e5e /cpukit/score/inline/rtems/score/priority.inl
parentUpdate to gcc-4.3.2 (diff)
downloadrtems-6390256611ad02b777017640de6e8a1e9242d861.tar.bz2
Eliminate TRUE/FALSE.
Diffstat (limited to '')
-rw-r--r--cpukit/score/inline/rtems/score/priority.inl8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/inline/rtems/score/priority.inl b/cpukit/score/inline/rtems/score/priority.inl
index 6c1b824021..b752a4fc4e 100644
--- a/cpukit/score/inline/rtems/score/priority.inl
+++ b/cpukit/score/inline/rtems/score/priority.inl
@@ -44,8 +44,8 @@ RTEMS_INLINE_ROUTINE void _Priority_Handler_initialization( void )
}
/**
- * This function returns TRUE if the_priority if valid for a
- * user task, and FALSE otherwise.
+ * This function returns true if the_priority if valid for a
+ * user task, and false otherwise.
*/
RTEMS_INLINE_ROUTINE bool _Priority_Is_valid (
@@ -188,8 +188,8 @@ RTEMS_INLINE_ROUTINE void _Priority_Initialize_information(
}
/**
- * This function returns TRUE if the priority GROUP is empty, and
- * FALSE otherwise.
+ * This function returns true if the priority GROUP is empty, and
+ * false otherwise.
*/
RTEMS_INLINE_ROUTINE bool _Priority_Is_group_empty (