OSDN Git Service

* cfgcleanup.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Oct 2001 15:10:46 +0000 (15:10 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Oct 2001 15:10:46 +0000 (15:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46641 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cfgcleanup.c

index 3cc08b9..195d90a 100644 (file)
@@ -1,5 +1,9 @@
 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.
        * recog.c: Likewise.
        * config/cris/cris.c: Likewise.
index 6919e0f..d4a929d 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,