* match.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Aug 2006 15:10:26 +0000 (15:10 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Aug 2006 15:10:26 +0000 (15:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116590 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ce38af8..2fbf6a2 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 8a67c20..d90fc47 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)