From 0b1214ef13b33d75963d99c88e166d6f7cd73e36 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 27 Nov 2004 20:48:17 +0000 Subject: * class.c, decl.c, expr.c: Fix comment typos. From-SVN: r91392 --- gcc/java/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/expr.c') diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 0fef94d..9df841b 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -2055,7 +2055,7 @@ build_known_method_ref (tree method, tree method_type ATTRIBUTE_UNUSED, if (is_compiled_class (self_type)) { /* With indirect dispatch we have to use indirect calls for all - publically visible methods or gcc will use PLT indirections + publicly visible methods or gcc will use PLT indirections to reach them. We also have to use indirect dispatch for all external methods. */ if (! flag_indirect_dispatch -- cgit v1.1