From 6390256611ad02b777017640de6e8a1e9242d861 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Dec 2008 09:22:17 +0000 Subject: Eliminate TRUE/FALSE. --- cpukit/score/inline/rtems/score/coresem.inl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cpukit/score/inline/rtems/score/coresem.inl') diff --git a/cpukit/score/inline/rtems/score/coresem.inl b/cpukit/score/inline/rtems/score/coresem.inl index b44db663f9..fbb38a7cc1 100644 --- a/cpukit/score/inline/rtems/score/coresem.inl +++ b/cpukit/score/inline/rtems/score/coresem.inl @@ -32,11 +32,11 @@ #include /** - * This function returns TRUE if the priority attribute is - * enabled in the @a attribute_set and FALSE otherwise. + * This function returns true if the priority attribute is + * enabled in the @a attribute_set and false otherwise. * * @param[in] the_attribute is the attribute set to test - * @return TRUE if the priority attribute is enabled + * @return true if the priority attribute is enabled */ RTEMS_INLINE_ROUTINE bool _CORE_semaphore_Is_priority( CORE_semaphore_Attributes *the_attribute @@ -60,13 +60,13 @@ RTEMS_INLINE_ROUTINE uint32_t _CORE_semaphore_Get_count( /** * This routine attempts to receive a unit from the_semaphore. - * If a unit is available or if the wait flag is FALSE, then the routine + * If a unit is available or if the wait flag is false, then the routine * returns. Otherwise, the calling task is blocked until a unit becomes * available. * * @param[in] the_semaphore is the semaphore to obtain * @param[in] id is the Id of the owning API level Semaphore object - * @param[in] wait is TRUE if the thread is willing to wait + * @param[in] wait is true if the thread is willing to wait * @param[in] timeout is the maximum number of ticks to block * @param[in] level_p is a temporary variable used to contain the ISR * disable level cookie -- cgit v1.2.3