summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/tod.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/tod.h')
-rw-r--r--cpukit/score/include/rtems/score/tod.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/tod.h b/cpukit/score/include/rtems/score/tod.h
index 31da246226..a19c7686f4 100644
--- a/cpukit/score/include/rtems/score/tod.h
+++ b/cpukit/score/include/rtems/score/tod.h
@@ -118,8 +118,8 @@ extern "C" {
/** @brief Is the Time Of Day Set
*
- * This is TRUE if the application has set the current
- * time of day, and FALSE otherwise.
+ * This is true if the application has set the current
+ * time of day, and false otherwise.
*/
SCORE_EXTERN bool _TOD_Is_set;