This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] Fix a comment typo in cfgcleanup.c
- To: gcc-patches at gcc dot gnu dot org
- Subject: [patch] Fix a comment typo in cfgcleanup.c
- From: Kazu Hirata <kazu at hxi dot com>
Hi,
Attached is a patch to fix a comment typo in cfgcleanup.c. Committed
as obvious.
Kazu Hirata
2001-10-30 Kazu Hirata <kazu@hxi.com>
* cfgcleanup.c: Fix a comment typo.
Index: cfgcleanup.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cfgcleanup.c,v
retrieving revision 1.15
diff -u -r1.15 cfgcleanup.c
--- cfgcleanup.c 2001/10/29 11:45:43 1.15
+++ cfgcleanup.c 2001/10/30 15:05:58
@@ -45,7 +45,7 @@
#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,