summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
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/score/include
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/score/include')
-rw-r--r--cpukit/score/include/rtems/score/tod.h2
1 files changed, 1 insertions, 1 deletions
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.