aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-27 20:48:17 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-27 20:48:17 +0000
commit0b1214ef13b33d75963d99c88e166d6f7cd73e36 (patch)
tree00982aa2e87de6ad9c146269be0ed2177614ef58 /gcc/java/expr.c
parent270af55dd492407a9b18ab75458b2f9ecac98cb1 (diff)
downloadgcc-0b1214ef13b33d75963d99c88e166d6f7cd73e36.zip
gcc-0b1214ef13b33d75963d99c88e166d6f7cd73e36.tar.gz
gcc-0b1214ef13b33d75963d99c88e166d6f7cd73e36.tar.bz2
* class.c, decl.c, expr.c: Fix comment typos.
From-SVN: r91392
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 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