diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-07-07 13:15:40 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-07-07 13:15:40 +0000 |
commit | 86bf520d746a7bbacbe47520a119800d75268e01 (patch) | |
tree | 1626fc2ae5d875b358c586381c0d968e1b8da61c /gcc/fortran/trans-decl.c | |
parent | 6ed3da0066019f8902326857ca7b9cfb5dafab89 (diff) | |
download | gcc-86bf520d746a7bbacbe47520a119800d75268e01.zip gcc-86bf520d746a7bbacbe47520a119800d75268e01.tar.gz gcc-86bf520d746a7bbacbe47520a119800d75268e01.tar.bz2 |
decl.c, [...]: Fix comment typos.
* decl.c, gfortran.h, interface.c, module.c, resolve.c,
trans-array.c, trans-decl.c: Fix comment typos. Follow
spelling conventions.
* intrinsic.texi: Fix typos. Follow spelling conventions.
From-SVN: r126440
Diffstat (limited to 'gcc/fortran/trans-decl.c')
-rw-r--r-- | gcc/fortran/trans-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c index 06842f3..6e96063 100644 --- a/gcc/fortran/trans-decl.c +++ b/gcc/fortran/trans-decl.c @@ -1280,7 +1280,7 @@ build_function_decl (gfc_symbol * sym) if (attr.pure || attr.elemental) { /* TODO: check if a pure SUBROUTINE has no INTENT(OUT) arguments - including a alternate return. In that case it can also be + including an alternate return. In that case it can also be marked as PURE. See also in gfc_get_extern_function_decl(). */ if (attr.function && !gfc_return_by_reference (sym)) DECL_IS_PURE (fndecl) = 1; |