diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-14 12:37:28 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-14 12:37:28 +0000 |
commit | 13795658b50234d99cf2b671214000131b132952 (patch) | |
tree | 86ce1a2225fed2b523fd783f41a07ab8fd9cee98 /gcc/fortran/decl.c | |
parent | 98ddffc1c10f62fca6e92b358b0a6d4398add660 (diff) | |
download | gcc-13795658b50234d99cf2b671214000131b132952.zip gcc-13795658b50234d99cf2b671214000131b132952.tar.gz gcc-13795658b50234d99cf2b671214000131b132952.tar.bz2 |
data.c, [...]: Fix comment typos.
* 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.
From-SVN: r87492
Diffstat (limited to 'gcc/fortran/decl.c')
-rw-r--r-- | gcc/fortran/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index a3aa28b..cc948b1 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/. */ |