match.c (gfc_match_type_is): Fix typo in error message

2017-10-25  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

	* match.c (gfc_match_type_is): Fix typo in error message.

From-SVN: r254082
parent 5fdbeb16
2017-10-25 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* match.c (gfc_match_type_is): Fix typo in error message.
2017-10-21 Paul Thomas <pault@gcc.gnu.org> 2017-10-21 Paul Thomas <pault@gcc.gnu.org>
PR fortran/82586 PR fortran/82586
......
...@@ -6204,7 +6204,7 @@ gfc_match_type_is (void) ...@@ -6204,7 +6204,7 @@ gfc_match_type_is (void)
return MATCH_YES; return MATCH_YES;
syntax: syntax:
gfc_error ("Ssyntax error in TYPE IS specification at %C"); gfc_error ("Syntax error in TYPE IS specification at %C");
cleanup: cleanup:
if (c != NULL) if (c != NULL)
......
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