diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index ccf8fd2e37..f672ff1ee7 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2009-09-13 Joel Sherrill + + * score/include/rtems/score/tod.h: Fix typo. + 2009-09-13 Joel Sherrill * rtems/include/rtems/rtems/config.h: Add 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.