summaryrefslogtreecommitdiff
path: root/gcc/java/java-gimplify.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-28 18:07:29 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-28 18:07:29 +0000
commitd81d63f7421b34985e24c10735fc2a373e6abbcb (patch)
treee12c0a1f72f7331af5a221fbe2d0e00448b92128 /gcc/java/java-gimplify.c
parent3c8148a687c7bd5c0c1d4ba4ceef949bd1e39e62 (diff)
downloadgcc-d81d63f7421b34985e24c10735fc2a373e6abbcb.tar.gz
* class.c, except.c, expr.c, java-gimplify.c: Fix comment
typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114172 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/java-gimplify.c')
-rw-r--r--gcc/java/java-gimplify.c2
1 files changed, 1 insertions, 1 deletions
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;