Commit 4c256e34 by Kazu Hirata Committed by Kazu Hirata

* interface.c: Fix a comment typo.

From-SVN: r120135
parent 7ff0eaf6
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment