aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authordannysmith <>2007-06-17 22:19:09 +0000
committerdannysmith <>2007-06-17 22:19:09 +0000
commit1f8be411aa5ae45dca2a5d53e15864a9b20c78f9 (patch)
tree16ee4c216bee9e46c02f5e6c46257c072d61949d /libcpp
parentc88dd61ec44bcc26c744587f3ee957666fdff775 (diff)
Correct filename of files.c in recent Changelog entries.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 21b72482a74..70a9f608a10 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,15 +1,15 @@
2007-06-17 Danny Smith <dannysmith@users.sourceforge.net
- * cppfiles.c (open_file): Correct typo.
+ * files.c (open_file): Correct typo.
2007-06-16 Vladimir Prus <vladimir@codesourcery.com>
- * cppfiles.c (open_file): Prevent the call
+ * files.c (open_file): Prevent the call
for stat from overwriting errno.
2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
- * cppfiles.c (open_file): Account for the
+ * files.c (open_file): Account for the
fact that on windows, opening a directory gives
EACCES.