From 39fca56be31a59ea6084c3582b830c012666b46b Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 14 Sep 2004 12:37:28 +0000 Subject: * data.c, decl.c, f95-lang.c, gfortran.h, match.c, trans-array.c, trans-common.c, trans-expr.c, trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.h: Fix comment typos. Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87492 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/decl.c') diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index a3aa28b06df..cc948b13d8e 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -399,7 +399,7 @@ match_old_style_init (const char *name) } /* Match the stuff following a DATA statement. If ERROR_FLAG is set, - we are matching a DATA stement and are therefore issuing an error + we are matching a DATA statement and are therefore issuing an error if we encounter something unexpected, if not, we're trying to match an old-style intialization expression of the form INTEGER I /2/. */ -- cgit v1.2.3