summaryrefslogtreecommitdiff
path: root/gcc/java/check-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/check-init.c')
-rw-r--r--gcc/java/check-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/check-init.c b/gcc/java/check-init.c
index 31017a6756d..dbecde9c618 100644
--- a/gcc/java/check-init.c
+++ b/gcc/java/check-init.c
@@ -216,7 +216,7 @@ check_bool2_init (code, exp0, exp1, before, when_false, when_true)
the conditional when the conditional is false.
On output, WHEN_TRUE is the set of variables definitely assigned after
the conditional when the conditional is true.
- (WHEN_FALSE and WHEN_TRUE are overwriten with initial values ignored.)
+ (WHEN_FALSE and WHEN_TRUE are overwritten with initial values ignored.)
(None of BEFORE, WHEN_FALSE, or WHEN_TRUE can overlap, as they may
be used as temporary working areas. */