aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-08-30 15:10:26 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-08-30 15:10:26 +0000
commit884f22e3a20aed205be7c50624361b8f9c7babd0 (patch)
tree4b36121b7939df6baf1f5719e63753ff3e2f7ff6
parent605c8e5ab041c752674a09be64bc040d36d3faf0 (diff)
downloadgcc-884f22e3a20aed205be7c50624361b8f9c7babd0.zip
gcc-884f22e3a20aed205be7c50624361b8f9c7babd0.tar.gz
gcc-884f22e3a20aed205be7c50624361b8f9c7babd0.tar.bz2
* match.c: Fix a comment typo.
From-SVN: r116590
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/match.c2
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)