diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-08 14:56:41 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-08 14:56:41 +0000 |
commit | b14e2757acd28c7edeeaf2bf64d061563ab11606 (patch) | |
tree | bf128e11ba70bddbb7f8b8beb206603bd3c66ad5 /gcc/fortran/decl.c | |
parent | 9352387785a00ec248f7b1134856ba4d91ecd048 (diff) | |
download | gcc-b14e2757acd28c7edeeaf2bf64d061563ab11606.tar.gz |
* arith.c, array.c, decl.c, expr.c, f95-lang.c, gfortran.h,
gfortranspec.c, interface.c, intrinsic.c, iresolve.c, match.c,
module.c, parse.c, parse.h, primary.c, resolve.c, scanner.c,
trans-array.c, trans-array.h, trans-expr.c, trans-intrinsic.c,
trans-io.c, trans-stmt.c, trans.h: Fix comment formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90266 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/decl.c')
-rw-r--r-- | gcc/fortran/decl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index 508c90c2c65..5f7e8462c2d 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -401,7 +401,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 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/. */ + an old-style intialization expression of the form INTEGER I /2/. */ match gfc_match_data (void) @@ -3292,7 +3292,7 @@ loop: components. The ways this can happen is via a function definition, an INTRINSIC statement or a subtype in another derived type that is a pointer. The first part of the AND clause - is true if a the symbol is not the return value of a function. */ + is true if a the symbol is not the return value of a function. */ if (sym->attr.flavor != FL_DERIVED && gfc_add_flavor (&sym->attr, FL_DERIVED, NULL) == FAILURE) return MATCH_ERROR; |