Skip to content

Commit 4d38f96

Browse files
author
Alex B
committed
Address Feedback Nr.4
1 parent ee3c683 commit 4d38f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/MachO/ICF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ Defined *macho::getBodyForThunkFoldedSym(Defined *foldedSym) {
495495
// the actual body of the function.
496496
InputSection *thunkBody = foldedSec->replacement;
497497

498-
// the actual (merged) body of the function that the thunk jumps to. This will
498+
// The actual (merged) body of the function that the thunk jumps to. This will
499499
// end up in the final binary.
500500
InputSection *functionBody = target->getThunkBranchTarget(thunkBody);
501501

0 commit comments

Comments
 (0)