summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-19 21:34:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-19 21:34:28 +0000
commitf3b1d6851dce44cebc6d5306e7827d408b00d9c0 (patch)
tree0a0bb29f11af3f1a21945bbca02c78c04e119886 /cpukit
parent2007-10-19 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-f3b1d6851dce44cebc6d5306e7827d408b00d9c0.tar.bz2
Fix typo.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 8d0539ea15..a4e9861772 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -2,7 +2,7 @@
* libcsupport/src/assoc.c: Removed. Accidentally included routine
also in another file. Mistake after splitting.
- * libcsrc/Makefile.am: Reflect file removal.
+ * libcsupport/Makefile.am: Reflect file removal.
2007-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>