diff options
Diffstat (limited to 'gcc/java/check-init.c')
-rw-r--r-- | gcc/java/check-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/check-init.c b/gcc/java/check-init.c index c9a71627b79..3ca989b424b 100644 --- a/gcc/java/check-init.c +++ b/gcc/java/check-init.c @@ -407,7 +407,7 @@ struct alternatives /* The value of num_current_locals at the start of this compound. */ int num_locals; - /* The value of the "before" set at the start of the control stucture. + /* The value of the "before" set at the start of the control structure. Used for SWITCH_EXPR but not set for LABELED_BLOCK_EXPR. */ words saved; |