Fix typo in Changelog.
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sat, 22 Jul 2006 03:21:10 +0000 (03:21 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sat, 22 Jul 2006 03:21:10 +0000 (03:21 +0000)
From-SVN: r115672

libgfortran/ChangeLog

index 1ba6a16766cc29f9463c09ffe1cc86161ac9b228..c19ac41accba1e628ee4a8831ea5a605cc7fa77d 100644 (file)
@@ -3,7 +3,7 @@
        PR libgfortran/28339
        * io/transfer.c (next_record_w): Use next_array_record result to set
        END_FILE. (write_block): Test for END_FILE before the next write occurs.
-       * io/init.c (get_internal_unit): Initialize iunit->endfile for internal
+       * io/unit.c (get_internal_unit): Initialize iunit->endfile for internal
        unit.
 
 2006-07-19  Janne Blomqvist  <jb@gcc.gnu.org>