This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] basic-block.h: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2004-09-28  Kazu Hirata  <kazu@cs.umass.edu>

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

Index: basic-block.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/basic-block.h,v
retrieving revision 1.215
diff -u -r1.215 basic-block.h
--- basic-block.h	28 Sep 2004 07:59:41 -0000	1.215
+++ basic-block.h	28 Sep 2004 12:03:46 -0000
@@ -640,7 +640,7 @@
 }
 
 /* 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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]