We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6641d9f commit 96b858bCopy full SHA for 96b858b
bolt/lib/Passes/LongJmp.cpp
@@ -683,7 +683,7 @@ void LongJmpPass::relaxLocalBranches(BinaryFunction &BF) {
683
DenseMap<const BinaryBasicBlock *, BinaryBasicBlock *> FragmentTrampolines;
684
685
// Create a trampoline code after \p BB or at the end of the fragment if BB
686
- // is nullptr. If /p UpdateOffsets is true, update FragmentSize and offsets
+ // is nullptr. If \p UpdateOffsets is true, update FragmentSize and offsets
687
// for basic blocks affected by the insertion of the trampoline.
688
auto addTrampolineAfter = [&](BinaryBasicBlock *BB,
689
BinaryBasicBlock *TargetBB, uint64_t Count,
0 commit comments