summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 19:03:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 19:03:40 +0000
commit3a8335b671841318c2a23c001fe85038839243d7 (patch)
tree4e5c98498eac9175616dc02f1fed1bb22c78452a /cpukit/rtems/include/rtems
parent2008-12-03 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3a8335b671841318c2a23c001fe85038839243d7.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 '')
-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.
*/