summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/ratemon.h
diff options
context:
space:
mode:
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.
*/