Skip to content

Commit 3e7940e

Browse files
committed
Fix a typo in the Constrained Naked RFC
1 parent c1e2bbd commit 3e7940e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2972-constrained-naked.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The calling convention is defined as `extern "sysv64"`, therefore we know that t
7777

7878
# Drawbacks
7979

80-
Implementing this will break compatiliby of existing uses of the nightly `#[naked]` attribute. All of these uses likely depend on undefined behavior. If this is a problem, we could simply use a different attribute.
80+
Implementing this will break compatibility of existing uses of the nightly `#[naked]` attribute. All of these uses likely depend on undefined behavior. If this is a problem, we could simply use a different attribute.
8181

8282
This definition may be overly strict. There is certainly some code that would work without this. The counter argument is that this code relies on undefined behavior and is probably not worth preserving. It might also be possible to reasonably ease the constraints over time.
8383

0 commit comments

Comments
 (0)