aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2007-06-17 23:19:09 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2007-06-17 23:19:09 +0000
commit2371dafec0a4e91f7286f27a6455e7e9b4f1c865 (patch)
tree16ee4c216bee9e46c02f5e6c46257c072d61949d /libcpp
parent98861bafbb535511f518b706cdf7ec54d38d3c59 (diff)
Correct filename of files.c in recent Changelog entries.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@125779 138bc75d-0d04-0410-961f-82ee72b054a4
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.