summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-30 15:10:46 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-30 15:10:46 +0000
commit1b52f60076a44addfb2e6f9425a62d611b80474c (patch)
treec6ecb8e18ff4d883608cb461f50d87ddcdff9186 /gcc/cfgcleanup.c
parent4e69477b2b45d5096a5527380a72303690b120d7 (diff)
downloadgcc-1b52f60076a44addfb2e6f9425a62d611b80474c.tar.gz
* cfgcleanup.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46641 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r--gcc/cfgcleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c
index 6919e0fdb14..d4a929d50a7 100644
--- a/gcc/cfgcleanup.c
+++ b/gcc/cfgcleanup.c
@@ -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,