+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>
PR java/18305
&& ! flag_keep_inline_functions
&& optimize)
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
which we don't have a .class file. */
if (METHOD_DUMMY (method))
new VAR_DECL.
???: 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
NOP_EXPR.
*/
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