summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-01 19:50:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-01 19:50:00 +0000
commitbfa4bb20d1a28d758fa6b451cddbebb003f66088 (patch)
treea6538ce6dbd9f27f8307e5c8caad0c6ab25e1e65 /cpukit/score/include
parent2009-07-01 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-bfa4bb20d1a28d758fa6b451cddbebb003f66088.tar.bz2
2009-07-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/tod.h: Correct name of parameter.
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 a19c7686f4..608e64488e 100644
--- a/cpukit/score/include/rtems/score/tod.h
+++ b/cpukit/score/include/rtems/score/tod.h
@@ -219,7 +219,7 @@ uint32_t TOD_MICROSECONDS_TO_TICKS(
* @note This must be a macro so it can be used in "static" tables.
*/
uint32_t TOD_MILLISECONDS_TO_TICKS(
- uint32_t microseconds
+ uint32_t milliseconds
);
/** @brief How many ticks in a second?