summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-12-21 05:10:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-12-21 05:10:54 +0000
commit21bc352675929f5729ecbf8acd290d47a35c28dc (patch)
treeb6684ee0e9f517c450eb6f715168b6849cd6fc30 /cpukit/ChangeLog
parentMake gettimeofday() POSIX-compliant. (diff)
downloadrtems-21bc352675929f5729ecbf8acd290d47a35c28dc.tar.bz2
Fix typo.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3ec327245d..1c5a720e90 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,6 +1,6 @@
2007-12-21 Ralf Corsépius <ralf.corsepius@rtems.org>
- * src/sync.c: Make sync() POSIX-compliant.
+ * libcsupport/src/sync.c: Make sync() POSIX-compliant.
* libcsupport/src/__gettod.c: Make gettimeofday() POSIX-compliant.
2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>