diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2006-07-22 03:21:10 +0000 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2006-07-22 03:21:10 +0000 |
commit | f8145d0e611ad331124a0bef6b052cc0c6bbd485 (patch) | |
tree | dd23f8f6e5429ebb6825ef5d1631f5570e23f754 /libgfortran | |
parent | 0ae57e4c099985f028848d23f9f2365c4a38fc5a (diff) | |
download | gcc-f8145d0e611ad331124a0bef6b052cc0c6bbd485.tar.gz |
Fix typo in Changelog.
From-SVN: r115672
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 1ba6a16766c..c19ac41accb 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -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> |