Skip to content

Commit b375f75

Browse files
Update bolt/docs/PacRetDesign.md
spelling Co-authored-by: Paschalis Mpeis <[email protected]>
1 parent ea9120e commit b375f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/docs/PacRetDesign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The DW_CFA_AARCH64_negate_ra_state operation negates bit[0] of the RA_SIGN_STATE
2828
This bit indicates to the unwinder whether the current return address is signed
2929
or not (hence the name). The unwinder uses this information to authenticate the
3030
pointer, and remove the Pointer Authentication Code (PAC) bits.
31-
Incorrect placment of negate-ra-state CFIs causes the unwinder to either attempt
31+
Incorrect placement of negate-ra-state CFIs causes the unwinder to either attempt
3232
to authenticate an unsigned pointer (resulting in a segmentation fault), or skip
3333
authentication on a signed pointer, which can also cause a fault.
3434

0 commit comments

Comments
 (0)