trans-types.c: Commentary typo fix.

From-SVN: r237575
This commit is contained in:
Bernhard Reutner-Fischer 2016-06-18 22:06:23 +02:00
parent 9f92937bdc
commit 5c8fbcad1b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-06-18 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* trans-types.c (gfc_typenode_for_spec): Commentary typo fix.
2016-06-17 Cesar Philippidis <cesar@codesourcery.com>
* openmp.c (match_acc): New generic function to parse OpenACC

View File

@ -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)