This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] Fix a comment typo in cfgcleanup.c


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,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]