Skip to content

Commit 4137ed6

Browse files
npmccallumranma42
andauthored
Fix a typo
Co-authored-by: Andrea Canciani <[email protected]>
1 parent d4a418b commit 4137ed6

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
@@ -36,7 +36,7 @@ In exchange for the above constraints, the compiler commits to:
3636
1. never inline the function (implicit `#[inline(never)]`).
3737
1. emit no additional instructions to the function body before the `asm!()` statement.
3838

39-
As a (weaker) correlary to the last compiler commitment, the initial state of all registers in the `asm!()` statement conform to the specified calling convention.
39+
As a (weaker) corollary to the last compiler commitment, the initial state of all registers in the `asm!()` statement conform to the specified calling convention.
4040

4141
# Explanation
4242

0 commit comments

Comments
 (0)