diff options
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
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, |