From: Kazu Hirata Date: Sun, 28 May 2006 18:07:29 +0000 (+0000) Subject: class.c, [...]: Fix comment typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=375277f69d4536e142609d553df186586ee4ac8a;p=gcc.git class.c, [...]: Fix comment typos. * class.c, except.c, expr.c, java-gimplify.c: Fix comment typos. From-SVN: r114172 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index edcde22c8e1..9c8373333ce 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +2006-05-28 Kazu Hirata + + * class.c, except.c, expr.c, java-gimplify.c: Fix comment + typos. + 2006-05-26 Tom Tromey * expr.c (java_push_constant_from_pool): Handle 'ldc class'. diff --git a/gcc/java/class.c b/gcc/java/class.c index 01a13f40524..403318aa655 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -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; diff --git a/gcc/java/except.c b/gcc/java/except.c index 2354a6d0794..788c260ae28 100644 --- a/gcc/java/except.c +++ b/gcc/java/except.c @@ -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) diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 94f76fdd8c1..4c0f1cd911b 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -2023,7 +2023,7 @@ build_class_init (tree clas, tree expr) /* 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$) diff --git a/gcc/java/java-gimplify.c b/gcc/java/java-gimplify.c index f3f3cd97b8e..22ae9432c36 100644 --- a/gcc/java/java-gimplify.c +++ b/gcc/java/java-gimplify.c @@ -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;