aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-12-22 01:09:02 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-12-22 01:09:02 +0000
commit4c256e34821a7ce1d2c27f2d838c6f9ca8cc0feb (patch)
treeaa758b26168290dcd89a879b04879673a9c0d5d9 /gcc/fortran/interface.c
parent7ff0eaf6796d83e5f299c226fbc8e15faa472de1 (diff)
downloadgcc-4c256e34821a7ce1d2c27f2d838c6f9ca8cc0feb.zip
gcc-4c256e34821a7ce1d2c27f2d838c6f9ca8cc0feb.tar.gz
gcc-4c256e34821a7ce1d2c27f2d838c6f9ca8cc0feb.tar.bz2
* interface.c: Fix a comment typo.
From-SVN: r120135
Diffstat (limited to 'gcc/fortran/interface.c')
-rw-r--r--gcc/fortran/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c
index 6ffa4b2..1a5485e 100644
--- a/gcc/fortran/interface.c
+++ b/gcc/fortran/interface.c
@@ -1034,7 +1034,7 @@ check_sym_interfaces (gfc_symbol * sym)
}
}
- /* Originally, this test was aplied to host interfaces too;
+ /* Originally, this test was applied to host interfaces too;
this is incorrect since host associated symbols, from any
source, cannot be ambiguous with local symbols. */
k = sym->attr.referenced || !sym->attr.use_assoc;