]> gcc.gnu.org Git - gcc.git/commitdiff
* cfgcleanup.c: Fix a comment typo.
authorKazu Hirata <kazu@hxi.com>
Tue, 30 Oct 2001 15:10:46 +0000 (15:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 30 Oct 2001 15:10:46 +0000 (15:10 +0000)
From-SVN: r46641

gcc/ChangeLog
gcc/cfgcleanup.c

index 3cc08b9baefa539a4205bc540db0f2e97e0a5664..195d90a8c34232576d06cb987444098696994832 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-30  Kazu Hirata  <kazu@hxi.com>
+
+       * cfgcleanup.c: Fix a comment typo.
+
 2001-10-30  Kazu Hirata  <kazu@hxi.com>
 
        * alias.c: Fix comment formatting.
index 6919e0fdb14cb4897b670e18dbfec978358ec78f..d4a929d50a7dec8db7ba1b7efa6d3ec150c8656c 100644 (file)
@@ -45,7 +45,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #include "obstack.h"
 
-/* cleanup_cfg maitains following flags for each basic block.  */
+/* cleanup_cfg maintains following flags for each basic block.  */
 enum bb_flags {
     /* Set if life info needs to be recomputed for given BB.  */
     BB_UPDATE_LIFE = 1,
This page took 0.072172 seconds and 5 git commands to generate.