Correct spelling in comment (NFC)

llvm-svn: 269482
This commit is contained in:
Matthew Simpson 2016-05-13 21:01:07 +00:00
parent 91aacad9c3
commit c326d050ca

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