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 ee3c683 commit 4d38f96Copy full SHA for 4d38f96
lld/MachO/ICF.cpp
@@ -495,7 +495,7 @@ Defined *macho::getBodyForThunkFoldedSym(Defined *foldedSym) {
495
// the actual body of the function.
496
InputSection *thunkBody = foldedSec->replacement;
497
498
- // the actual (merged) body of the function that the thunk jumps to. This will
+ // The actual (merged) body of the function that the thunk jumps to. This will
499
// end up in the final binary.
500
InputSection *functionBody = target->getThunkBranchTarget(thunkBody);
501
0 commit comments