aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-21 19:57:23 +0200
committerTobias Burnus <burnus@gcc.gnu.org>2013-07-21 19:57:23 +0200
commit9b110be230335f0b0bc3cf676b42f0280225a784 (patch)
treedbd1fa6510c82db2a0f675666158f5a23da5fe4d /gcc/fortran/trans-decl.c
parentc65cb8d1f07920e911d13e551476e28d204e8daa (diff)
downloadgcc-9b110be230335f0b0bc3cf676b42f0280225a784.zip
gcc-9b110be230335f0b0bc3cf676b42f0280225a784.tar.gz
gcc-9b110be230335f0b0bc3cf676b42f0280225a784.tar.bz2
trans-decl.c: Fix comment typos.
2013-07-21 Ondřej Bílka <neleai@seznam.cz> * trans-decl.c: Fix comment typos. * trans-expr.c: Ditto. 2013-07-21 Ondřej Bílka <neleai@seznam.cz> * io/transfer.c: Fix comment typos. From-SVN: r201107
Diffstat (limited to 'gcc/fortran/trans-decl.c')
-rw-r--r--gcc/fortran/trans-decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c
index 2224830..0d7d9c5 100644
--- a/gcc/fortran/trans-decl.c
+++ b/gcc/fortran/trans-decl.c
@@ -2157,7 +2157,7 @@ create_function_arglist (gfc_symbol * sym)
}
}
/* For noncharacter scalar intrinsic types, VALUE passes the value,
- hence, the optional status cannot be transfered via a NULL pointer.
+ hence, the optional status cannot be transferred via a NULL pointer.
Thus, we will use a hidden argument in that case. */
else if (f->sym->attr.optional && f->sym->attr.value
&& !f->sym->attr.dimension && f->sym->ts.type != BT_CLASS