diff options
| -rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/fortran/match.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ce38af8..2fbf6a2 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -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 diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c index 8a67c20..d90fc47 100644 --- a/gcc/fortran/match.c +++ b/gcc/fortran/match.c @@ -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) |
