summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/tod.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-09 18:27:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-09 18:27:02 +0000
commit377cf106dd0f3428d638bbe7dd6c5c5e14810215 (patch)
treeef3a79c05d8758f0673251609075dcdcd1721a2d /cpukit/score/include/rtems/score/tod.h
parent2008-04-08 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-377cf106dd0f3428d638bbe7dd6c5c5e14810215.tar.bz2
2008-04-09 Madhusudan.C.S <madhusudancs@gmail.com>
* score/include/rtems/score/tod.h: Fix typo.
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 93cd2cb514..b0ff31fa80 100644
--- a/cpukit/score/include/rtems/score/tod.h
+++ b/cpukit/score/include/rtems/score/tod.h
@@ -71,7 +71,7 @@ extern "C" {
#define TOD_SECONDS_PER_NON_LEAP_YEAR (365 * TOD_SECONDS_PER_DAY)
/**
- * This constant represents the number of seconds in a millisecond.
+ * This constant represents the number of millisecond in a second.
*/
#define TOD_MILLISECONDS_PER_SECOND (uint32_t)1000
@@ -86,7 +86,7 @@ extern "C" {
#define TOD_NANOSECONDS_PER_SECOND (uint32_t)1000000000
/**
- * This constant represents the number of nanoseconds in a second.
+ * This constant represents the number of nanoseconds in a mircosecond.
*/
#define TOD_NANOSECONDS_PER_MICROSECOND (uint32_t)1000