mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 15:41:09 +08:00
* except.c: Fix a comment typo.
From-SVN: r98413
This commit is contained in:
parent
b8621d81e8
commit
9be3f9b143
@ -1,3 +1,7 @@
|
||||
2005-04-19 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* except.c: Fix a comment typo.
|
||||
|
||||
2005-04-19 Julian Brown <julian@codesourcery.com>
|
||||
|
||||
* decl.c (finish_method): Revert patch from 2005-04-13 for breaking
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user