* match.c: Fix a comment typo.

From-SVN: r116590
This commit is contained in:
Kazu Hirata 2006-08-30 15:10:26 +00:00 committed by Kazu Hirata
parent 605c8e5ab0
commit 884f22e3a2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-08-30 Kazu Hirata <kazu@codesourcery.com>
* match.c: Fix a comment typo.
2006-08-30 Paul Thomas <pault@gcc.gnu.org>
PR fortran/28885

View File

@ -1112,7 +1112,7 @@ gfc_match_if (gfc_statement * if_type)
match ("write", gfc_match_write, ST_WRITE)
/* The gfc_match_assignment() above may have returned a MATCH_NO
where the assignement was to a named constant. Check that
where the assignment was to a named constant. Check that
special case here. */
m = gfc_match_assignment ();
if (m == MATCH_NO)