From: Kazu Hirata Date: Fri, 22 Dec 2006 01:09:02 +0000 (+0000) Subject: * interface.c: Fix a comment typo. X-Git-Tag: releases/gcc-4.3.0~7864 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c256e34821a7ce1d2c27f2d838c6f9ca8cc0feb;p=thirdparty%2Fgcc.git * interface.c: Fix a comment typo. From-SVN: r120135 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 5d12d75966ca..a7ae44b91699 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 6ffa4b2e9820..1a5485eaf71f 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;