summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-17 22:47:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-17 22:47:49 +0000
commitad3b11717bd07e9cdc9d30fa793aa7cf622f6625 (patch)
treea18e8881fa4a58b5d66a67c094430ea3beb33f26 /doc/ChangeLog
parent2007-05-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ad3b11717bd07e9cdc9d30fa793aa7cf622f6625.tar.bz2
Fix typo.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog4
1 files changed, 2 insertions, 2 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 <joel.sherrill@OARcorp.com>