diff options
Diffstat (limited to 'gcc/java/java-gimplify.c')
-rw-r--r-- | gcc/java/java-gimplify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/java-gimplify.c b/gcc/java/java-gimplify.c index f3f3cd9..22ae943 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; |