* basic-block.h: Fix a comment typo.

From-SVN: r88230
This commit is contained in:
Kazu Hirata 2004-09-28 12:15:48 +00:00 committed by Kazu Hirata
parent f9f1c24eb8
commit c2b7c2d85f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-09-28 Kazu Hirata <kazu@cs.umass.edu>
* basic-block.h: Fix a comment typo.
2004-09-28 Kazu Hirata <kazu@cs.umass.edu>
* optabs.c, optabs.h: Fix comment typos.

View File

@ -640,7 +640,7 @@ ei_safe_edge (edge_iterator i)
}
/* This macro serves as a convenient way to iterate each edge in a
vector of predeccesor or successor edges. It must not be used when
vector of predecessor or successor edges. It must not be used when
an element might be removed during the traversal, otherwise
elements will be missed. Instead, use a for-loop like that shown
in the following pseudo-code: