diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2017-12-03 04:42:09 +0000 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2017-12-03 04:42:09 +0000 |
commit | 7c731281574f7d89c6fed487fe646176603ad98f (patch) | |
tree | 244dfd0175d22d9187a1aa9871612769602ade03 /libgfortran/ChangeLog | |
parent | 7b39e3c24f912f274ea2127ca7fc3133bf97a911 (diff) | |
download | gcc-7c731281574f7d89c6fed487fe646176603ad98f.zip gcc-7c731281574f7d89c6fed487fe646176603ad98f.tar.gz gcc-7c731281574f7d89c6fed487fe646176603ad98f.tar.bz2 |
Fix spelling error in log.
From-SVN: r255363
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 37b5281..1d4e624 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -3,7 +3,7 @@ PR libgfortran/83225 * io/io.h (is_internal_unit): Use the unit_is_internal bit. * io/transfer.c (data_transfer_init): Set the bit to true for - internal umits. Use that bit for checks for internal unit + internal units. Use that bit for checks for internal unit initializations. * io/unit.c (insert_unit): As a precaution, set the internal_unit_kind to zero when a unit structure is first created. |