[patch] gcc/*.c: Fix comment typos.

Kazu Hirata kazu@cs.umass.edu
Thu Sep 30 19:27:00 GMT 2004


Hi,

Committed as obvious.

Kazu Hirata

2004-09-30  Kazu Hirata  <kazu@cs.umass.edu>

	* protoize.c, tree-cfg.c: Fix comment typos.

Index: protoize.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/protoize.c,v
retrieving revision 1.88
diff -u -r1.88 protoize.c
--- protoize.c	24 Aug 2004 08:52:36 -0000	1.88
+++ protoize.c	30 Sep 2004 18:24:41 -0000
@@ -970,7 +970,7 @@
   free (p);
 }
 
-/* Unexpand as many macro symbol as we can find.
+/* Unexpand as many macro symbols as we can find.
 
    If the given line must be unexpanded, make a copy of it in the heap and
    return a pointer to the unexpanded copy.  Otherwise return NULL.  */
Index: tree-cfg.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-cfg.c,v
retrieving revision 2.59
diff -u -r2.59 tree-cfg.c
--- tree-cfg.c	28 Sep 2004 07:59:50 -0000	2.59
+++ tree-cfg.c	30 Sep 2004 18:24:43 -0000
@@ -3863,7 +3863,7 @@
 	  count = e->count;
 	  freq = EDGE_FREQUENCY (e);
 
-	  /* Now walk through as many forwarder block as possible to
+	  /* Now walk through as many forwarder blocks as possible to
 	     find the ultimate destination we want to thread our jump
 	     to.  */
 	  last = EDGE_SUCC (e->dest, 0);



More information about the Gcc-patches mailing list