summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/tqdata.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/tqdata.inl
parentUpdate to gcc-4.3.2 (diff)
downloadrtems-6390256611ad02b777017640de6e8a1e9242d861.tar.bz2
Eliminate TRUE/FALSE.
Diffstat (limited to 'cpukit/score/inline/rtems/score/tqdata.inl')
-rw-r--r--cpukit/score/inline/rtems/score/tqdata.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/inline/rtems/score/tqdata.inl b/cpukit/score/inline/rtems/score/tqdata.inl
index ed4c950868..6db7ce2f5a 100644
--- a/cpukit/score/inline/rtems/score/tqdata.inl
+++ b/cpukit/score/inline/rtems/score/tqdata.inl
@@ -41,9 +41,9 @@ RTEMS_INLINE_ROUTINE uint32_t _Thread_queue_Header_number (
}
/**
- * This function returns TRUE if the_priority indicates that the
+ * This function returns true if the_priority indicates that the
* enqueue search should start at the front of this priority
- * group chain, and FALSE if the search should start at the rear.
+ * group chain, and false if the search should start at the rear.
*/
RTEMS_INLINE_ROUTINE bool _Thread_queue_Is_reverse_search (