summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/stack.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/stack.inl
parentUpdate to gcc-4.3.2 (diff)
downloadrtems-6390256611ad02b777017640de6e8a1e9242d861.tar.bz2
Eliminate TRUE/FALSE.
Diffstat (limited to 'cpukit/score/inline/rtems/score/stack.inl')
-rw-r--r--cpukit/score/inline/rtems/score/stack.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/inline/rtems/score/stack.inl b/cpukit/score/inline/rtems/score/stack.inl
index 0c16b8d98b..918500c298 100644
--- a/cpukit/score/inline/rtems/score/stack.inl
+++ b/cpukit/score/inline/rtems/score/stack.inl
@@ -55,12 +55,12 @@ RTEMS_INLINE_ROUTINE uint32_t _Stack_Minimum (void)
}
/**
- * This function returns TRUE if size bytes is enough memory for
- * a valid stack area on this processor, and FALSE otherwise.
+ * This function returns true if size bytes is enough memory for
+ * a valid stack area on this processor, and false otherwise.
*
* @param[in] size is the stack size to check
*
- * @return This method returns TRUE if the stack is large enough.
+ * @return This method returns true if the stack is large enough.
*/
RTEMS_INLINE_ROUTINE bool _Stack_Is_enough (
size_t size