[NFC][MachineOutliner] Fix typo in comment

This commit is contained in:
David Tellenbach 2019-10-30 16:28:11 +00:00
parent 8548e2f543
commit fbe7f5e972
1 changed files with 1 additions and 1 deletions
llvm/lib/CodeGen

View File

@ -1009,7 +1009,7 @@ void MachineOutliner::findCandidates(
FunctionList.clear();
SuffixTree ST(Mapper.UnsignedVec);
// First, find dall of the repeated substrings in the tree of minimum length
// First, find all of the repeated substrings in the tree of minimum length
// 2.
std::vector<Candidate> CandidatesForRepeatedSeq;
for (auto It = ST.begin(), Et = ST.end(); It != Et; ++It) {