summaryrefslogtreecommitdiffstats
path: root/cpukit
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
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')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/include/rtems/score/tod.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index dbf981b778..e5e8e0502b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-09 Madhusudan.C.S <madhusudancs@gmail.com>
+
+ * score/include/rtems/score/tod.h: Fix typo.
+
2008-04-08 Chris Johns <chrisj@rtems.org>
* libmisc/shell/shell.c: Copy the cmd line to a buffer to split
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