diff options
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |