* class.c, decl.c, expr.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 27 Nov 2004 20:48:17 +0000 (20:48 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 27 Nov 2004 20:48:17 +0000 (20:48 +0000)
From-SVN: r91392

gcc/java/ChangeLog
gcc/java/class.c
gcc/java/decl.c
gcc/java/expr.c

index 74a18c994fe044e6973b85d8c2c08168ebbe0bbc..43bdf68047bf76f772e8a06feeeefac84c956a62 100644 (file)
@@ -1,3 +1,7 @@
+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
index df398c71c48233a36351bdc9a6f37367659037f2..2af0134fb89fefb0caf78523617724514e09151a 100644 (file)
@@ -1609,7 +1609,7 @@ make_class_data (tree type)
          && ! 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))
index 103a11225e9cbcb5b6a431ff517bc20fe57c1516..5ec5d7846ae8ecf470e2051c70db09993b3cef9a 100644 (file)
@@ -256,7 +256,7 @@ check_local_unnamed_variable (tree best, tree decl, tree type)
         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.
       */
index 0fef94db9d488665a5ed9489fefdb05365bb4669..9df841b058f5bc0705f1c21b818a68257531c425 100644 (file)
@@ -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