OSDN Git Service

Fix changeLog typo
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Aug 2005 09:05:36 +0000 (09:05 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Aug 2005 09:05:36 +0000 (09:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103272 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog

index 84dc94a..56292fe 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>