From: Kazu Hirata Date: Wed, 30 Aug 2006 15:10:26 +0000 (+0000) Subject: * match.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=884f22e3a20aed205be7c50624361b8f9c7babd0;p=gcc.git * match.c: Fix a comment typo. From-SVN: r116590 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ce38af8ecb1..2fbf6a281a9 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2006-08-30 Kazu Hirata + + * match.c: Fix a comment typo. + 2006-08-30 Paul Thomas PR fortran/28885 diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c index 8a67c2052a3..d90fc473210 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)