From d273c95832ce72cf27225390670da1d917bb43ee Mon Sep 17 00:00:00 2001 From: Matthew Simpson Date: Fri, 13 May 2016 21:01:07 +0000 Subject: [PATCH] Correct spelling in comment (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269482 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Vectorize/LoopVectorize.cpp b/lib/Transforms/Vectorize/LoopVectorize.cpp index d5864d22206..1ef250c702d 100644 --- a/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -3755,7 +3755,7 @@ void InnerLoopVectorizer::vectorizeLoop() { void InnerLoopVectorizer::fixFirstOrderRecurrence(PHINode *Phi) { - // This is the second phase of vectorizing first-order rececurrences. An + // This is the second phase of vectorizing first-order recurrences. An // overview of the transformation is described below. Suppose we have the // following loop. // -- 2.11.0