class.c, [...]: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Sun, 28 May 2006 18:07:29 +0000 (18:07 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 28 May 2006 18:07:29 +0000 (18:07 +0000)
* class.c, except.c, expr.c, java-gimplify.c: Fix comment
typos.

From-SVN: r114172

gcc/java/ChangeLog
gcc/java/class.c
gcc/java/except.c
gcc/java/expr.c
gcc/java/java-gimplify.c

index edcde22c8e1e713f4ae0a7c328ea95e027c0ce6d..9c8373333ce1fc70d9723c6d38361f0942d6c45b 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-28  Kazu Hirata  <kazu@codesourcery.com>
+
+       * class.c, except.c, expr.c, java-gimplify.c: Fix comment
+       typos.
+
 2006-05-26  Tom Tromey  <tromey@redhat.com>
 
        * expr.c (java_push_constant_from_pool): Handle 'ldc class'.
index 01a13f40524ab53d0675f3f2da3f193761a66a33..403318aa6551f719dfe974c98510ba137703d307 100644 (file)
@@ -2606,7 +2606,7 @@ emit_register_classes (tree *list_p)
   /* TARGET_USE_JCR_SECTION defaults to 1 if SUPPORTS_WEAK and
      TARGET_ASM_NAMED_SECTION, else 0.  Some targets meet those conditions
      but lack suitable crtbegin/end objects or linker support.  These
-     targets can overide the default in tm.h to use the fallback mechanism.  */
+     targets can override the default in tm.h to use the fallback mechanism.  */
   if (TARGET_USE_JCR_SECTION)
     {
       tree klass, t;
index 2354a6d0794b58e3e702a23ed417eaab314ea953..788c260ae2845c3c7f872e0ff9743676e0eab6da 100644 (file)
@@ -474,7 +474,7 @@ build_exception_object_ref (tree type)
   return obj;
 }
 
-/* If there are any handlers for this range, isssue end of range,
+/* If there are any handlers for this range, issue end of range,
    and then all handler blocks */
 void
 expand_end_java_handler (struct eh_range *range)
index 94f76fdd8c1dead3def9c14d6af058320fb0b7c4..4c0f1cd911b0df6f436fd697d72082494fc67844 100644 (file)
@@ -2023,7 +2023,7 @@ build_class_init (tree clas, tree expr)
 \f
 
 /* Rewrite expensive calls that require stack unwinding at runtime to
-   cheaper alternatives.  The logic here performs thse
+   cheaper alternatives.  The logic here performs these
    transformations:
 
    java.lang.Class.forName("foo") -> java.lang.Class.forName("foo", class$)
index f3f3cd97b8e1979b60b4a50c4a337c8f32dd3813..22ae9432c3677d76766778b05bb55e51df5c6bce 100644 (file)
@@ -276,7 +276,7 @@ java_gimplify_block (tree java_block)
   block = make_node (BLOCK);
   BLOCK_VARS (block) = decls;
 
-  /* The TREE_USED flag on a block determines whether the debug ouput
+  /* The TREE_USED flag on a block determines whether the debug output
      routines generate info for the variables in that block.  */
   TREE_USED (block) = 1;