Correct spelling in comment (NFC)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269482 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matthew Simpson 2016-05-13 21:01:07 +00:00
parent 2e80e56a20
commit d273c95832

View File

@ -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.
//