2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>

* score/include/rtems/score/tod.h: Fix typo.
This commit is contained in:
Joel Sherrill
2009-09-13 20:50:56 +00:00
parent e552d0577f
commit 0fa8b4d1b0
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
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> 2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/config.h: Add * rtems/include/rtems/rtems/config.h: Add

View File

@@ -233,7 +233,7 @@ uint32_t TOD_TICKS_PER_SECOND_method(void);
/** @brief Method to return number of ticks in a second /** @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. * be implemented as a macro in a .h file due to visibility issues.
* The Configuration Table is not available to SuperCore .h files but * The Configuration Table is not available to SuperCore .h files but
* is available to their .c files. * is available to their .c files.