From fbe7f5e9729ac24374182fca92242f88baa08f90 Mon Sep 17 00:00:00 2001 From: David Tellenbach Date: Wed, 30 Oct 2019 16:28:11 +0000 Subject: [PATCH] [NFC][MachineOutliner] Fix typo in comment --- llvm/lib/CodeGen/MachineOutliner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/MachineOutliner.cpp b/llvm/lib/CodeGen/MachineOutliner.cpp index b51baed5086f..f26ebcb44ffe 100644 --- a/llvm/lib/CodeGen/MachineOutliner.cpp +++ b/llvm/lib/CodeGen/MachineOutliner.cpp @@ -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 CandidatesForRepeatedSeq; for (auto It = ST.begin(), Et = ST.end(); It != Et; ++It) {