summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/ratemon.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 19:03:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 19:03:53 +0000
commit22629eeaa623eecec7e3add1ef641e72c77ea8eb (patch)
tree532fd049ad5cf9e87b36a59a9080fa5cd8056e6e /cpukit/rtems/include/rtems/rtems/ratemon.h
parent2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-22629eeaa623eecec7e3add1ef641e72c77ea8eb.tar.bz2
2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1346/cpukit * rtems/include/rtems/rtems/ratemon.h: Sense of rate monotonic statistics nanoseconds or ticks granularity conditional is backwards.
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/ratemon.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/ratemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/ratemon.h b/cpukit/rtems/include/rtems/rtems/ratemon.h
index 3e2ad80385..41eb68ed31 100644
--- a/cpukit/rtems/include/rtems/rtems/ratemon.h
+++ b/cpukit/rtems/include/rtems/rtems/ratemon.h
@@ -55,7 +55,7 @@ extern "C" {
* The user can define this at configure time and go back to ticks
* resolution.
*/
-#if defined(__RTEMS_USE_TICKS_RATE_MONOTONIC_STATISTICS__)
+#if !defined(__RTEMS_USE_TICKS_RATE_MONOTONIC_STATISTICS__)
/**
* Enable the nanosecond accurate statistics
*
@@ -374,7 +374,7 @@ void _Rate_monotonic_Timeout(
);
/**
- * @brief _Rate_monotonic_Reset_statistics
+ * @brief _Rate_monotonic_Reset_wall_time_statistics
*
* This method resets the statistics information for a period instance.
*/