diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-31 03:36:38 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-31 03:36:38 +0000 |
commit | 071958b17133634cd03e18e5a40c8d1f7bd4b785 (patch) | |
tree | 11049f51f532bc20d0a70960f89b9759c689f49f /gcc | |
parent | 4a56915a96f627788ae820edff5866f39a4b6c13 (diff) | |
download | gcc-071958b17133634cd03e18e5a40c8d1f7bd4b785.tar.gz |
* check-init.c: Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30281 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/check-init.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index c547b4551c2..ae9231d5d08 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 30 21:35:13 1999 Todd T. Fries <todd@lighthouse.fries.net> + + * check-init.c: Fix typo in comment. + Fri Oct 29 14:35:18 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * class.c (add_method_1): Set DECL_INLINE to 1 for private, static 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. */ |