diff options
author | Todd T. Fries <todd@lighthouse.fries.net> | 1999-10-31 03:36:38 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-10-30 21:36:38 -0600 |
commit | f6e8b583c4d79ce013c72d22b75d075c50c5e666 (patch) | |
tree | 11049f51f532bc20d0a70960f89b9759c689f49f /gcc/java/check-init.c | |
parent | 80126298ca3d303e37a22593b8c13ca6a6cabb13 (diff) | |
download | gcc-f6e8b583c4d79ce013c72d22b75d075c50c5e666.zip gcc-f6e8b583c4d79ce013c72d22b75d075c50c5e666.tar.gz gcc-f6e8b583c4d79ce013c72d22b75d075c50c5e666.tar.bz2 |
* check-init.c: Fix typo in comment.
From-SVN: r30281
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 31017a6..dbecde9 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. */ |