summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/clocktodvalidate.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/clocktodvalidate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/clocktodvalidate.c b/cpukit/rtems/src/clocktodvalidate.c
index 54da8284b3..9ea5f01f9d 100644
--- a/cpukit/rtems/src/clocktodvalidate.c
+++ b/cpukit/rtems/src/clocktodvalidate.c
@@ -41,8 +41,8 @@ const uint32_t _TOD_Days_per_month[ 2 ][ 13 ] = {
* the_tod - pointer to a time and date structure
*
* Output parameters:
- * TRUE - if the date, time, and tick are valid
- * FALSE - if the the_tod is invalid
+ * true - if the date, time, and tick are valid
+ * false - if the the_tod is invalid
*
* NOTE: This routine only works for leap-years through 2099.
*/