[patch] tree-cfg.c (thread_jumps): Fix a comment typo.

Kazu Hirata kazu@cs.umass.edu
Mon Nov 1 17:21:00 GMT 2004


Hi,

Committed as obvious.

Kazu Hirata

2004-11-01  Kazu Hirata  <kazu@cs.umass.edu>

	* tree-cfg.c (thread_jumps): Fix a comment typo.

Index: tree-cfg.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-cfg.c,v
retrieving revision 2.95
diff -u -d -p -r2.95 tree-cfg.c
--- tree-cfg.c	1 Nov 2004 14:00:38 -0000	2.95
+++ tree-cfg.c	1 Nov 2004 17:19:07 -0000
@@ -3988,7 +3988,7 @@ thread_jumps (void)
       size--;
       bb = worklist[size];
 
-      /* BB is not longer in WORKLIST, so clear BB_VISITED.  */
+      /* BB is no longer in WORKLIST, so clear BB_VISITED.  */
       bb->flags &= ~BB_VISITED;
 
       if (thread_jumps_from_bb (bb))



More information about the Gcc-patches mailing list