aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-23 13:39:41 +0200
committerTobias Burnus <burnus@gcc.gnu.org>2013-07-23 13:39:41 +0200
commit6bd2c800d55cf42bb9adf4466136bf10e88cb6ca (patch)
tree1912c97f55f5dad8444c17bddaef412044b7604d /gcc/fortran/interface.c
parentd7172355ef66f85961bc9908372b48e285a3fd48 (diff)
downloadgcc-6bd2c800d55cf42bb9adf4466136bf10e88cb6ca.zip
gcc-6bd2c800d55cf42bb9adf4466136bf10e88cb6ca.tar.gz
gcc-6bd2c800d55cf42bb9adf4466136bf10e88cb6ca.tar.bz2
decl.c: Fix comment typos.
2013-07-23 Ondřej Bílka <neleai@seznam.cz> * decl.c: Fix comment typos. * interface.c: Likewise. * trans-array.c: Likewise. * trans.c: Likewise. From-SVN: r201162
Diffstat (limited to 'gcc/fortran/interface.c')
-rw-r--r--gcc/fortran/interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c
index f06ecfe..8d31d1c 100644
--- a/gcc/fortran/interface.c
+++ b/gcc/fortran/interface.c
@@ -3170,7 +3170,7 @@ gfc_procedure_use (gfc_symbol *sym, gfc_actual_arglist **ap, locus *where)
gfc_formal_arglist *dummy_args;
/* Warn about calls with an implicit interface. Special case
- for calling a ISO_C_BINDING becase c_loc and c_funloc
+ for calling a ISO_C_BINDING because c_loc and c_funloc
are pseudo-unknown. Additionally, warn about procedures not
explicitly declared at all if requested. */
if (sym->attr.if_source == IFSRC_UNKNOWN && ! sym->attr.is_iso_c)
@@ -3287,7 +3287,7 @@ void
gfc_ppc_use (gfc_component *comp, gfc_actual_arglist **ap, locus *where)
{
/* Warn about calls with an implicit interface. Special case
- for calling a ISO_C_BINDING becase c_loc and c_funloc
+ for calling a ISO_C_BINDING because c_loc and c_funloc
are pseudo-unknown. */
if (gfc_option.warn_implicit_interface
&& comp->attr.if_source == IFSRC_UNKNOWN