summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/corerwlock.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/corerwlock.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/corerwlock.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/include/rtems/score/corerwlock.h b/cpukit/score/include/rtems/score/corerwlock.h
index 7e1e3d8994..6a636c8029 100644
--- a/cpukit/score/include/rtems/score/corerwlock.h
+++ b/cpukit/score/include/rtems/score/corerwlock.h
@@ -140,9 +140,9 @@ void _CORE_RWLock_Initialize(
*
* @param[in] the_rwlock is the RWLock to wait for
* @param[in] id is the id of the object being waited upon
- * @param[in] wait is TRUE if the calling thread is willing to wait
+ * @param[in] wait is true if the calling thread is willing to wait
* @param[in] timeout is the number of ticks the calling thread is willing
- * to wait if @a wait is TRUE.
+ * to wait if @a wait is true.
* @param[in] api_rwlock_mp_support is the routine to invoke if the
* thread unblocked is remote
*
@@ -161,9 +161,9 @@ void _CORE_RWLock_Obtain_for_reading(
*
* @param[in] the_rwlock is the RWLock to wait for
* @param[in] id is the id of the object being waited upon
- * @param[in] wait is TRUE if the calling thread is willing to wait
+ * @param[in] wait is true if the calling thread is willing to wait
* @param[in] timeout is the number of ticks the calling thread is willing
- * to wait if @a wait is TRUE.
+ * to wait if @a wait is true.
* @param[in] api_rwlock_mp_support is the routine to invoke if the
* thread unblocked is remote
*