From 884f22e3a20aed205be7c50624361b8f9c7babd0 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 30 Aug 2006 15:10:26 +0000 Subject: [PATCH] * match.c: Fix a comment typo. From-SVN: r116590 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/match.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.30.2