From 997bc7f4153569ac282ffc035f1c8a4e54d0e08a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 23 Dec 2008 05:06:37 +0000 Subject: Eliminate TRUE/FALSE. --- cpukit/rtems/include/rtems/rtems/clock.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/clock.h') diff --git a/cpukit/rtems/include/rtems/rtems/clock.h b/cpukit/rtems/include/rtems/rtems/clock.h index 04924d74d6..ef1b98edb1 100644 --- a/cpukit/rtems/include/rtems/rtems/clock.h +++ b/cpukit/rtems/include/rtems/rtems/clock.h @@ -240,12 +240,12 @@ rtems_status_code rtems_clock_get_uptime( /** * @brief _TOD_Validate * - * This support function returns TRUE if @a the_tod contains - * a valid time of day, and FALSE otherwise. + * This support function returns true if @a the_tod contains + * a valid time of day, and false otherwise. * * @param[in] the_tod is the TOD structure to validate * - * @return This method returns TRUE if the TOD is valid and FALSE otherwise. + * @return This method returns true if the TOD is valid and false otherwise. */ bool _TOD_Validate( rtems_time_of_day *the_tod -- cgit v1.2.3