diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-19 15:45:28 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-19 15:45:28 +0000 |
commit | 9be3f9b143399e0e4d65faab5aa9bd46b898d735 (patch) | |
tree | 6f9b29d9cf28d8636352254fdbeac4a89a6765a3 /gcc/java/except.c | |
parent | b8621d81e8f6df75c4c25ad39b69acffba3ebf48 (diff) | |
download | gcc-9be3f9b143399e0e4d65faab5aa9bd46b898d735.zip gcc-9be3f9b143399e0e4d65faab5aa9bd46b898d735.tar.gz gcc-9be3f9b143399e0e4d65faab5aa9bd46b898d735.tar.bz2 |
* except.c: Fix a comment typo.
From-SVN: r98413
Diffstat (limited to 'gcc/java/except.c')
-rw-r--r-- | gcc/java/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/except.c b/gcc/java/except.c index d181517..6a336bf 100644 --- a/gcc/java/except.c +++ b/gcc/java/except.c @@ -230,7 +230,7 @@ split_range (struct eh_range *range, int pc) first_child = &range->first_child; second_child = &h->first_child; - /* Distribute the sub-ranges bewteen the two new ranges. */ + /* Distribute the sub-ranges between the two new ranges. */ for (ptr = range->first_child; ptr; ptr = ptr->next_sibling) { if (ptr->start_pc < pc) |