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] tree-cfg.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2004-10-08  Kazu Hirata  <kazu@cs.umass.edu>

	* tree-cfg.c: Fix a comment typo.

Index: tree-cfg.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-cfg.c,v
retrieving revision 2.72
diff -u -r2.72 tree-cfg.c
--- tree-cfg.c	8 Oct 2004 13:20:39 -0000	2.72
+++ tree-cfg.c	8 Oct 2004 17:09:46 -0000
@@ -790,7 +790,7 @@
   return label_for_bb[bb->index];
 }
 
-/* Cleanup redundant labels.  This is a three-steo process:
+/* Cleanup redundant labels.  This is a three-step process:
      1) Find the leading label for each block.
      2) Redirect all references to labels to the leading labels.
      3) Cleanup all useless labels.  */


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