From 21bc352675929f5729ecbf8acd290d47a35c28dc Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 21 Dec 2007 05:10:54 +0000 Subject: [PATCH] Fix typo. --- cpukit/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - * 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