From ad3b11717bd07e9cdc9d30fa793aa7cf622f6625 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 May 2007 22:47:49 +0000 Subject: [PATCH] Fix typo. --- doc/ChangeLog | 4 ++-- doc/new_chapters/ChangeLog | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 81f05e6afe..8ffd23ea2b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -4,8 +4,8 @@ Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, - rtems_rate_montonic_reset_all_statistics, - rtems_rate_montonic_report_statistics, and rtems_object_get_name. + rtems_rate_monotonic_reset_all_statistics, + rtems_rate_monotonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface. 2007-05-11 Joel Sherrill diff --git a/doc/new_chapters/ChangeLog b/doc/new_chapters/ChangeLog index 1c4202f348..715b049ae3 100644 --- a/doc/new_chapters/ChangeLog +++ b/doc/new_chapters/ChangeLog @@ -4,8 +4,8 @@ Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, - rtems_rate_montonic_reset_all_statistics, - rtems_rate_montonic_report_statistics, and rtems_object_get_name. + rtems_rate_monotonic_reset_all_statistics, + rtems_rate_monotonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface. * rtmonuse.t: Removed.