* tree-cfg.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 8 Oct 2004 17:11:16 +0000 (17:11 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 8 Oct 2004 17:11:16 +0000 (17:11 +0000)
From-SVN: r88767

gcc/ChangeLog
gcc/tree-cfg.c

index 5ce51198f3b4ba83bd81161df24b2a63e7d5e621..db4c18e74a8e4636c944d7825181440ff0189985 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-08  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-cfg.c: Fix a comment typo.
+
 2004-10-08  Andreas Krebbel  <krebbel1@de.ibm.com>
 
        * config/s390/s390.c (s390_register_info): Don't save fprs for 
index c1d40d5830e008a1aade1d73ab4337c54c5f05c2..8bdfe5ba9f6807a407daa2dc86fdea10caa7c530 100644 (file)
@@ -790,7 +790,7 @@ main_block_label (tree label)
   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.  */