From: Bernhard Reutner-Fischer Date: Sat, 18 Jun 2016 20:06:23 +0000 (+0200) Subject: trans-types.c: Commentary typo fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c8fbcad1bfdc6870280a3c7f6ab8e599e2ac5ec;p=gcc.git trans-types.c: Commentary typo fix. From-SVN: r237575 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 0bb604c51ed..c7244846ce2 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2016-06-18 Bernhard Reutner-Fischer + + * trans-types.c (gfc_typenode_for_spec): Commentary typo fix. + 2016-06-17 Cesar Philippidis * openmp.c (match_acc): New generic function to parse OpenACC diff --git a/gcc/fortran/trans-types.c b/gcc/fortran/trans-types.c index 0079d6cd422..0f4172522f1 100644 --- a/gcc/fortran/trans-types.c +++ b/gcc/fortran/trans-types.c @@ -1052,7 +1052,7 @@ gfc_get_character_type (int kind, gfc_charlen * cl) return gfc_get_character_type_len (kind, len); } -/* Covert a basic type. This will be an array for character types. */ +/* Convert a basic type. This will be an array for character types. */ tree gfc_typenode_for_spec (gfc_typespec * spec)