Fix changeLog typo
authorTobias Schlüter <tobi@gcc.gnu.org>
Fri, 19 Aug 2005 09:05:36 +0000 (11:05 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Fri, 19 Aug 2005 09:05:36 +0000 (11:05 +0200)
From-SVN: r103272

gcc/fortran/ChangeLog

index 84dc94a4c005f33b7a306ae029cc0f66b4ce95de..56292fe33fc923576d5aa6e4600acdc139c75dd4 100644 (file)
@@ -4,7 +4,7 @@
        * gfortran.h: Remove PATH_MAX definition.
        * module.c (write_module, gfc_dump_module): Use alloca to allocate
        buffers.
-       * scanner.s (gfc_release_include_path, form_from_filename): Ditto.
+       * scanner.c (gfc_release_include_path, form_from_filename): Ditto.
 
 2004-08-16  Huang Chun  <chunhuang73@hotmail.com>