fix typo in comment; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 11 Aug 2015 14:45:08 +0000 (14:45 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 11 Aug 2015 14:45:08 +0000 (14:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244607 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/LoopVectorize.cpp

index f940d6daca1c7d1f403e54e4200643568acfec5e..196240221fb02167565d8237b80e299af0209047 100644 (file)
@@ -1724,7 +1724,7 @@ struct LoopVectorize : public FunctionPass {
 
     // Compute the weighted frequency of this loop being executed and see if it
     // is less than 20% of the function entry baseline frequency. Note that we
-    // always have a canonical loop here because we think we *can* vectoriez.
+    // always have a canonical loop here because we think we *can* vectorize.
     // FIXME: This is hidden behind a flag due to pervasive problems with
     // exactly what block frequency models.
     if (LoopVectorizeWithBlockFrequency) {