From: Bernhard Reutner-Fischer Date: Wed, 25 Oct 2017 19:10:15 +0000 (+0200) Subject: match.c (gfc_match_type_is): Fix typo in error message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d185db140ad68f80d134f2f7f254e4ace7f89f24;p=gcc.git match.c (gfc_match_type_is): Fix typo in error message 2017-10-25 Bernhard Reutner-Fischer * match.c (gfc_match_type_is): Fix typo in error message. From-SVN: r254082 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 6bf4f1d566d..9e3415220c2 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2017-10-25 Bernhard Reutner-Fischer + + * match.c (gfc_match_type_is): Fix typo in error message. + 2017-10-21 Paul Thomas PR fortran/82586 diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c index 4d657e0bc34..624fdf55db1 100644 --- a/gcc/fortran/match.c +++ b/gcc/fortran/match.c @@ -6204,7 +6204,7 @@ gfc_match_type_is (void) return MATCH_YES; syntax: - gfc_error ("Ssyntax error in TYPE IS specification at %C"); + gfc_error ("Syntax error in TYPE IS specification at %C"); cleanup: if (c != NULL)