Skip to content

Commit fbe7f5e

Browse files
committed
[NFC][MachineOutliner] Fix typo in comment
1 parent 8548e2f commit fbe7f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/MachineOutliner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ void MachineOutliner::findCandidates(
10091009
FunctionList.clear();
10101010
SuffixTree ST(Mapper.UnsignedVec);
10111011

1012-
// First, find dall of the repeated substrings in the tree of minimum length
1012+
// First, find all of the repeated substrings in the tree of minimum length
10131013
// 2.
10141014
std::vector<Candidate> CandidatesForRepeatedSeq;
10151015
for (auto It = ST.begin(), Et = ST.end(); It != Et; ++It) {

0 commit comments

Comments
 (0)