trans-types.c: Commentary typo fix.

From-SVN: r237575
parent 9f92937b
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> 2016-06-17 Cesar Philippidis <cesar@codesourcery.com>
* openmp.c (match_acc): New generic function to parse OpenACC * openmp.c (match_acc): New generic function to parse OpenACC
......
...@@ -1052,7 +1052,7 @@ gfc_get_character_type (int kind, gfc_charlen * cl) ...@@ -1052,7 +1052,7 @@ gfc_get_character_type (int kind, gfc_charlen * cl)
return gfc_get_character_type_len (kind, len); 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 tree
gfc_typenode_for_spec (gfc_typespec * spec) gfc_typenode_for_spec (gfc_typespec * spec)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment