From: Kazu Hirata Date: Tue, 19 Apr 2005 15:45:28 +0000 (+0000) Subject: * except.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9be3f9b143399e0e4d65faab5aa9bd46b898d735;p=gcc.git * except.c: Fix a comment typo. From-SVN: r98413 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 371488a509a..a8ac54723d6 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2005-04-19 Kazu Hirata + + * except.c: Fix a comment typo. + 2005-04-19 Julian Brown * decl.c (finish_method): Revert patch from 2005-04-13 for breaking diff --git a/gcc/java/except.c b/gcc/java/except.c index d181517ca06..6a336bf5889 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)