summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/userext.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-22 06:05:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-22 06:05:34 +0000
commitc6b37199d93a9d74d2ce631f177e01d308193be5 (patch)
treee80d667c7da4f0c56c3e7a0f0995753effaaefa8 /cpukit/score/include/rtems/score/userext.h
parent2008-12-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c6b37199d93a9d74d2ce631f177e01d308193be5.tar.bz2
Eliminate TRUE/FALSE.
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/userext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/userext.h b/cpukit/score/include/rtems/score/userext.h
index 6c0c41164e..938630eb0e 100644
--- a/cpukit/score/include/rtems/score/userext.h
+++ b/cpukit/score/include/rtems/score/userext.h
@@ -244,7 +244,7 @@ void _User_extensions_Remove_set (
*
* @param[in] the_thread is the thread being created.
*
- * @return This method returns TRUE if the user extension executed
+ * @return This method returns true if the user extension executed
* successfully.
*/
bool _User_extensions_Thread_create (
@@ -326,7 +326,7 @@ void _User_extensions_Thread_exitted (
* when a fatal error occurs.
*
* @param[in] the_source is the source of the fatal error.
- * @param[in] is_internal is TRUE if the error originated inside RTEMS.
+ * @param[in] is_internal is true if the error originated inside RTEMS.
* @param[in] the_error is an indication of the actual error.
*/
void _User_extensions_Fatal (