From d185db140ad68f80d134f2f7f254e4ace7f89f24 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 25 Oct 2017 21:10:15 +0200 Subject: [PATCH] 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 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/match.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.30.2