diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-14 12:37:28 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-14 12:37:28 +0000 |
| commit | 39fca56be31a59ea6084c3582b830c012666b46b (patch) | |
| tree | 86ce1a2225fed2b523fd783f41a07ab8fd9cee98 /gcc/fortran/decl.c | |
| parent | 0262ceed893505378f63ba57a46d9bafa67a4d66 (diff) | |
| download | ppe42-gcc-39fca56be31a59ea6084c3582b830c012666b46b.tar.gz ppe42-gcc-39fca56be31a59ea6084c3582b830c012666b46b.zip | |
* 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
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 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/. */ |

