* basic-block.h: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 28 Sep 2004 12:15:48 +0000 (12:15 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 28 Sep 2004 12:15:48 +0000 (12:15 +0000)
From-SVN: r88230

gcc/ChangeLog
gcc/basic-block.h

index 5c7276ab7226213d55e82014095a1815b3ce453e..cf45b78b3984dbb04a2b6e01dde907fd723c7883 100644 (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.
index 04ddee063352cd457ef984879828c79f07d2db79..16d5ab3b1fdfef0c0aa0f9bf954039e4cf284cef 100644 (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: