diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-23 13:39:41 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2013-07-23 13:39:41 +0200 |
commit | 6bd2c800d55cf42bb9adf4466136bf10e88cb6ca (patch) | |
tree | 1912c97f55f5dad8444c17bddaef412044b7604d /gcc/fortran/decl.c | |
parent | d7172355ef66f85961bc9908372b48e285a3fd48 (diff) | |
download | gcc-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/decl.c')
-rw-r--r-- | gcc/fortran/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index f1aa31e..1525119 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -8255,7 +8255,7 @@ match_procedure_in_type (void) } /* See if we already have a binding with this name in the symtree which - would be an error. If a GENERIC already targetted this binding, it may + would be an error. If a GENERIC already targeted this binding, it may be already there but then typebound is still NULL. */ stree = gfc_find_symtree (ns->tb_sym_root, name); if (stree && stree->n.tb) |