From 5c8fbcad1bfdc6870280a3c7f6ab8e599e2ac5ec Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 18 Jun 2016 22:06:23 +0200 Subject: [PATCH] trans-types.c: Commentary typo fix. From-SVN: r237575 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/trans-types.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.30.2