* match.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 30 Aug 2006 15:10:26 +0000 (15:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 30 Aug 2006 15:10:26 +0000 (15:10 +0000)
From-SVN: r116590

gcc/fortran/ChangeLog
gcc/fortran/match.c

index ce38af8ecb1a7730acf0530e235bb8ce2d44846e..2fbf6a281a95140030f1311e895e3d51e1621e38 100644 (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
index 8a67c2052a3350e49bf86e8869dc12cf4b5cf082..d90fc47321091f34e7d917cda1cf664364b0ab51 100644 (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)