diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3cc08b9baef..195d90a8c34 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. 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, |