summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/ratemon.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-01-18 17:30:38 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-18 17:30:38 -0600
commit815b653684b629505c2584ddefe04bd676439e17 (patch)
treed4ffb00efac6d0cc995bd1caf92f5a7adc6b14ec /cpukit/rtems/include/rtems/rtems/ratemon.h
parentposix: Remove clock_getenable_attr() and clock_setenable_attr() (diff)
downloadrtems-815b653684b629505c2584ddefe04bd676439e17.tar.bz2
ratemon.h: Fix comments
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/ratemon.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/ratemon.h b/cpukit/rtems/include/rtems/rtems/ratemon.h
index 3f8ed8bfad..5af170defa 100644
--- a/cpukit/rtems/include/rtems/rtems/ratemon.h
+++ b/cpukit/rtems/include/rtems/rtems/ratemon.h
@@ -20,7 +20,7 @@
* - obtain status information on a period
*/
-/* COPYRIGHT (c) 1989-2009.
+/* COPYRIGHT (c) 1989-2009, 2016.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -46,15 +46,14 @@ extern "C" {
*
* @ingroup ClassicRTEMS
*
- * This encapsulates functionality related to the
- * Classic API Rate Monotonic Manager.
+ * This encapsulates functionality related to the Classic API Rate
+ * Monotonic Manager.
*
* Statistics are kept for each period and can be obtained or printed via
* API calls. The statistics kept include minimum, maximum and average times
- * for both cpu usage and wall time. The statistics indicate the execution time
- * used by the owning thread between successive calls to rtems_rate_monotonic_period.
- *
- * Rate Monotonic Manager -- Reset Statistics for All Periods
+ * for both cpu usage and wall time. The statistics indicate the execution
+ * and wall time used by the owning thread between successive calls to
+ * rtems_rate_monotonic_period.
*/
/**@{*/