summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-13 20:50:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-13 20:50:56 +0000
commit0fa8b4d1b08ab0ff36643bb46ee412a5296be1ea (patch)
tree6a75078ae25f078eba14f01bf31191b626019d64 /cpukit
parent2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-0fa8b4d1b08ab0ff36643bb46ee412a5296be1ea.tar.bz2
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.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.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ccf8fd2e37..f672ff1ee7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/include/rtems/score/tod.h: Fix typo.
+
+2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* rtems/include/rtems/rtems/config.h: Add
rtems_configuration_get_maximum_semaphores().
diff --git a/cpukit/score/include/rtems/score/tod.h b/cpukit/score/include/rtems/score/tod.h
index 608e64488e..9d21106984 100644
--- a/cpukit/score/include/rtems/score/tod.h
+++ b/cpukit/score/include/rtems/score/tod.h
@@ -233,7 +233,7 @@ uint32_t TOD_TICKS_PER_SECOND_method(void);
/** @brief Method to return number of ticks in a second
*
- * This method exists to hide the fact that TOD_TICKS_PER_SECOND can no
+ * This method exists to hide the fact that TOD_TICKS_PER_SECOND can not
* be implemented as a macro in a .h file due to visibility issues.
* The Configuration Table is not available to SuperCore .h files but
* is available to their .c files.