diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-30 15:10:46 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-30 15:10:46 +0000 |
commit | 79f5e6be8eb06ce4e9ae51f5c15f4c17926efd6f (patch) | |
tree | c6ecb8e18ff4d883608cb461f50d87ddcdff9186 /gcc | |
parent | e5837c07d54b3775b6f3d61dd336de854f9c8490 (diff) | |
download | gcc-79f5e6be8eb06ce4e9ae51f5c15f4c17926efd6f.zip gcc-79f5e6be8eb06ce4e9ae51f5c15f4c17926efd6f.tar.gz gcc-79f5e6be8eb06ce4e9ae51f5c15f4c17926efd6f.tar.bz2 |
* cfgcleanup.c: Fix a comment typo.
From-SVN: r46641
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 3cc08b9..195d90a 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 6919e0f..d4a929d 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, |