Commit c2b7c2d8 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r88230
parent f9f1c24e
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.
2004-09-28 Eric Botcazou <ebotcazou@act-europe.fr>
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment