* cfgcleanup.c: Fix a comment typo.

From-SVN: r46641
This commit is contained in:
Kazu Hirata 2001-10-30 15:10:46 +00:00 committed by Kazu Hirata
parent e5837c07d5
commit 79f5e6be8e
2 changed files with 5 additions and 1 deletions

View 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.

View 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,