Commit 0b1214ef by Kazu Hirata Committed by Kazu Hirata

* class.c, decl.c, expr.c: Fix comment typos.

From-SVN: r91392
parent 270af55d
2004-11-27 Kazu Hirata <kazu@cs.umass.edu>
* class.c, decl.c, expr.c: Fix comment typos.
2004-11-26 Andrew Pinski <pinskia@physics.uc.edu> 2004-11-26 Andrew Pinski <pinskia@physics.uc.edu>
PR java/18305 PR java/18305
......
...@@ -1609,7 +1609,7 @@ make_class_data (tree type) ...@@ -1609,7 +1609,7 @@ make_class_data (tree type)
&& ! flag_keep_inline_functions && ! flag_keep_inline_functions
&& optimize) && optimize)
continue; continue;
/* Even if we have a decl, we don't necessaily have the code. /* Even if we have a decl, we don't necessarily have the code.
This can happen if we inherit a method from a superclass for This can happen if we inherit a method from a superclass for
which we don't have a .class file. */ which we don't have a .class file. */
if (METHOD_DUMMY (method)) if (METHOD_DUMMY (method))
......
...@@ -256,7 +256,7 @@ check_local_unnamed_variable (tree best, tree decl, tree type) ...@@ -256,7 +256,7 @@ check_local_unnamed_variable (tree best, tree decl, tree type)
new VAR_DECL. new VAR_DECL.
???: As long as verification is correct, this will be a ???: As long as verification is correct, this will be a
compatible type. But maybe we should create a dummy vribale compatible type. But maybe we should create a dummy variable
and replace all references to it with the DECL and a and replace all references to it with the DECL and a
NOP_EXPR. NOP_EXPR.
*/ */
......
...@@ -2055,7 +2055,7 @@ build_known_method_ref (tree method, tree method_type ATTRIBUTE_UNUSED, ...@@ -2055,7 +2055,7 @@ build_known_method_ref (tree method, tree method_type ATTRIBUTE_UNUSED,
if (is_compiled_class (self_type)) if (is_compiled_class (self_type))
{ {
/* With indirect dispatch we have to use indirect calls for all /* 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 to reach them. We also have to use indirect dispatch for all
external methods. */ external methods. */
if (! flag_indirect_dispatch if (! flag_indirect_dispatch
......
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