From: Jerry DeLisle Date: Sun, 3 Dec 2017 04:42:09 +0000 (+0000) Subject: Fix spelling error in log. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c731281574f7d89c6fed487fe646176603ad98f;p=gcc.git Fix spelling error in log. From-SVN: r255363 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 37b5281bde6..1d4e62434ac 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.