summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/support.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-23 05:06:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-23 05:06:37 +0000
commit997bc7f4153569ac282ffc035f1c8a4e54d0e08a (patch)
treeac7e225eed2d2c298b590ef824020b2c7d4a2620 /cpukit/rtems/include/rtems/rtems/support.h
parent2008-12-23 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-997bc7f4153569ac282ffc035f1c8a4e54d0e08a.tar.bz2
Eliminate TRUE/FALSE.
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/support.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/support.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h
index b7282e33d6..aceb71b7e4 100644
--- a/cpukit/rtems/include/rtems/rtems/support.h
+++ b/cpukit/rtems/include/rtems/rtems/support.h
@@ -62,7 +62,7 @@ extern "C" {
*
* @param[in] the_info
*
- * @return TRUE if successful
+ * @return true if successful
*/
bool rtems_workspace_get_information(
Heap_Information_block *the_info
@@ -77,7 +77,7 @@ bool rtems_workspace_get_information(
* @param[in] bytes is the number of bytes to allocate
* @param[in] pointer is the returned pointer to allocated memory
*
- * @return TRUE if successful
+ * @return true if successful
*/
bool rtems_workspace_allocate(
size_t bytes,
@@ -92,7 +92,7 @@ bool rtems_workspace_allocate(
*
* @param[in] pointer is the allocated workspace
*
- * @return TRUE if successful
+ * @return true if successful
*/
bool rtems_workspace_free(
void *pointer