mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:41:07 +08:00
* match.c: Fix a comment typo.
From-SVN: r116590
This commit is contained in:
parent
605c8e5ab0
commit
884f22e3a2
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user