trans-types.c: Commentary typo fix.
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sat, 18 Jun 2016 20:06:23 +0000 (22:06 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sat, 18 Jun 2016 20:06:23 +0000 (22:06 +0200)
From-SVN: r237575

gcc/fortran/ChangeLog
gcc/fortran/trans-types.c

index 0bb604c51ed77acc2bef30c3d376132e72df0d62..c7244846ce20970b2d4d9e231eb46afb70588964 100644 (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
index 0079d6cd422cba82b103c87b6555f6598bf3a0f6..0f4172522f1bf8ed74a9557643c45f99252dfb62 100644 (file)
@@ -1052,7 +1052,7 @@ gfc_get_character_type (int kind, gfc_charlen * cl)
   return gfc_get_character_type_len (kind, len);
 }
 \f
-/* 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)