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]
Other format: [Raw text]

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


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


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