]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct filename of files.c in recent Changelog entries.
authorDanny Smith <dannysmith@gcc.gnu.org>
Sun, 17 Jun 2007 23:19:09 +0000 (23:19 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Sun, 17 Jun 2007 23:19:09 +0000 (23:19 +0000)
From-SVN: r125779

libcpp/ChangeLog

index 21b72482a740a4c7bee469e1e2a0177ca4aa0a84..70a9f608a108c3d5c6baff1e92fe75009bab2801 100644 (file)
@@ -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.