aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@gcc.gnu.org>2007-06-17 23:19:09 +0000
committerDanny Smith <dannysmith@gcc.gnu.org>2007-06-17 23:19:09 +0000
commite1311401dff775260bbd6c5dad64231f5b2ae94b (patch)
tree16ee4c216bee9e46c02f5e6c46257c072d61949d
parent66938a1d5dd299484051d230b4e450a65b8b15a5 (diff)
downloadgcc-e1311401dff775260bbd6c5dad64231f5b2ae94b.zip
gcc-e1311401dff775260bbd6c5dad64231f5b2ae94b.tar.gz
gcc-e1311401dff775260bbd6c5dad64231f5b2ae94b.tar.bz2
Correct filename of files.c in recent Changelog entries.
From-SVN: r125779
-rw-r--r--libcpp/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 21b7248..70a9f60 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.