diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-04-08 14:31:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-04-08 14:31:12 +0000 |
commit | b82feea52fface9bc8d2addb726704da49b1d972 (patch) | |
tree | ac54b2095fdb360131eb052b4695f96aa27961c6 /gcc/fortran/resolve.c | |
parent | 84dc00e8ac2ca08a80bbbe55ad8ec29ed8393a26 (diff) | |
download | gcc-b82feea52fface9bc8d2addb726704da49b1d972.zip gcc-b82feea52fface9bc8d2addb726704da49b1d972.tar.gz gcc-b82feea52fface9bc8d2addb726704da49b1d972.tar.bz2 |
gfortran.texi: Fix typos.
* gfortran.texi: Fix typos. Follow spelling conventions.
* resolve.c, trans-expr.c, trans-stmt.c: Fix comment typos.
Follow spelling conventions.
From-SVN: r112780
Diffstat (limited to 'gcc/fortran/resolve.c')
-rw-r--r-- | gcc/fortran/resolve.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fortran/resolve.c b/gcc/fortran/resolve.c index 4831d79..bde11a5 100644 --- a/gcc/fortran/resolve.c +++ b/gcc/fortran/resolve.c @@ -701,7 +701,7 @@ procedure_kind (gfc_symbol * sym) } /* Check references to assumed size arrays. The flag need_full_assumed_size - is non-zero when matching actual arguments. */ + is nonzero when matching actual arguments. */ static int need_full_assumed_size = 0; @@ -1342,7 +1342,7 @@ resolve_function (gfc_expr * expr) && expr->value.function.isym->generic_id != GFC_ISYM_PRESENT) { /* Array instrinsics must also have the last upper bound of an - asumed size array argument. UBOUND and SIZE have to be + assumed size array argument. UBOUND and SIZE have to be excluded from the check if the second argument is anything than a constant. */ int inquiry; @@ -4843,7 +4843,7 @@ resolve_fl_procedure (gfc_symbol *sym, int mp_flag) /* Ensure that derived type for are not of a private type. Internal module procedures are excluded by 2.2.3.3 - ie. they are not - externally accessible and can access all the objects accesible in + externally accessible and can access all the objects accessible in the host. */ if (!(sym->ns->parent && sym->ns->parent->proc_name->attr.flavor == FL_MODULE) |