* interface.c: Fix a comment typo.

From-SVN: r120135
This commit is contained in:
Kazu Hirata 2006-12-22 01:09:02 +00:00 committed by Kazu Hirata
parent 7ff0eaf679
commit 4c256e3482
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-12-22 Kazu Hirata <kazu@codesourcery.com>
* interface.c: Fix a comment typo.
2006-12-21 Paul Thomas <pault@gcc.gnu.org>
PR fortran/30273

View File

@ -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;