This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[patch] fortran/match.c: Fix a comment typo.
- From: Kazu Hirata <kazu at codesourcery dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: fortran at gcc dot gnu dot org
- Date: Wed, 30 Aug 2006 08:10:39 -0700
- Subject: [patch] fortran/match.c: Fix a comment typo.
Hi,
Committed as obvious.
Kazu Hirata
2006-08-30 Kazu Hirata <kazu@codesourcery.com>
* match.c: Fix a comment typo.
Index: fortran/match.c
===================================================================
--- fortran/match.c (revision 116589)
+++ fortran/match.c (working copy)
@@ -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)