* tree-vectorizer.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 12 Nov 2004 15:15:50 +0000 (15:15 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 12 Nov 2004 15:15:50 +0000 (15:15 +0000)
From-SVN: r90531

gcc/ChangeLog
gcc/tree-vectorizer.c

index f3fc2001e8f9af35d4253f03d21a1fce81bd39e3..9994394b32c6ae8c3c8475d3de9bb15139c9c85d 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-12  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-vectorizer.c: Fix a comment typo.
+
 2004-11-12  Bernd Schmidt  <bernd.schmidt@analog.com>
 
        * genconfig.c (walk_insn_part): Look at match_dups inside a label_ref.
index 3fdc54ea625b65d28d9a16f5070de03ff441305b..0c29a34251e08a57d52aa8e23ef86babf16e11b2 100644 (file)
@@ -4444,7 +4444,7 @@ vect_enhance_data_refs_alignment (loop_vec_info loop_vinfo)
        in code size).
 
      The scheme we use FORNOW: peel to force the alignment of the first
-     misaliged store in the loop.
+     misaligned store in the loop.
      Rationale: misaligned stores are not yet supported.
 
      TODO: Use a better cost model.  */