summaryrefslogtreecommitdiffstats
path: root/gcc/java/expr.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-27 20:48:17 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-27 20:48:17 +0000
commit42bf5d89563fd0f4c6a0a250bad64d15cd8f2d44 (patch)
tree00982aa2e87de6ad9c146269be0ed2177614ef58 /gcc/java/expr.c
parentbcc16f59377965a4ad1edd39499a711d9cab838c (diff)
downloadppe42-gcc-42bf5d89563fd0f4c6a0a250bad64d15cd8f2d44.tar.gz
ppe42-gcc-42bf5d89563fd0f4c6a0a250bad64d15cd8f2d44.zip
* class.c, decl.c, expr.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91392 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r--gcc/java/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index 0fef94db9d4..9df841b058f 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
OpenPOWER on IntegriCloud