From 72a7c713baebad1f6c6591ffaebb04042fc0128b Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 22 Dec 2006 01:09:02 +0000 Subject: [PATCH] * 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/ChangeLog | 4 ++++ gcc/fortran/interface.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 5d12d75966c..a7ae44b9169 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2006-12-22 Kazu Hirata + + * interface.c: Fix a comment typo. + 2006-12-21 Paul Thomas PR fortran/30273 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; -- 2.11.4.GIT