From: Bernhard Reutner-Fischer Date: Sat, 18 Jun 2016 20:06:23 +0000 (+0200) Subject: trans-types.c: Commentary typo fix. X-Git-Tag: basepoints/gcc-8~6147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c8fbcad1bfdc6870280a3c7f6ab8e599e2ac5ec;p=thirdparty%2Fgcc.git trans-types.c: Commentary typo fix. From-SVN: r237575 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 0bb604c51ed7..c7244846ce20 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 0079d6cd422c..0f4172522f1b 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)