From 0fa8b4d1b08ab0ff36643bb46ee412a5296be1ea Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 13 Sep 2009 20:50:56 +0000 Subject: 2009-09-13 Joel Sherrill * score/include/rtems/score/tod.h: Fix typo. --- cpukit/ChangeLog | 4 ++++ cpukit/score/include/rtems/score/tod.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') 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. -- cgit v1.2.3