[patch] loop-unroll.c: Fix comment typos.

Kazu Hirata kazu@cs.umass.edu
Mon Oct 18 12:33:00 GMT 2004


Hi,

Committed as obvious.

Kazu Hirata

2004-10-18  Kazu Hirata  <kazu@cs.umass.edu>

	* loop-unroll.c: Fix comment typos.

Index: loop-unroll.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/loop-unroll.c,v
retrieving revision 1.21
diff -u -r1.21 loop-unroll.c
--- loop-unroll.c	18 Oct 2004 05:31:28 -0000	1.21
+++ loop-unroll.c	18 Oct 2004 12:12:09 -0000
@@ -1861,8 +1861,7 @@
 }
 
 
-/* Return one expansion of the accumulator recoreded 
-   in struct VE.  */
+/* Return one expansion of the accumulator recorded in struct VE.  */
 
 static rtx
 get_expansion (struct var_to_expand *ve)
@@ -1919,7 +1918,7 @@
 
 /* Initialize the variable expansions in loop preheader.  
    Callbacks for htab_traverse.  PLACE_P is the loop-preheader 
-   basic block where the initializtion of the expansions 
+   basic block where the initialization of the expansions 
    should take place.  */
 
 static int



More information about the Gcc-patches mailing list