From 72a7c713baebad1f6c6591ffaebb04042fc0128b Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 22 Dec 2006 01:09:02 +0000 Subject: * interface.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120135 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/interface.c') diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c index 6ffa4b2e982..1a5485eaf71 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; -- cgit v1.2.3