Skip to content

Commit 63bb64b

Browse files
authored
Fix a typo in README.md
1 parent c37593d commit 63bb64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Other platforms can be easily adapted from both existing implementations for oth
7676
projects as well as from example code provided.
7777

7878
### Intel CET
79-
Intel's Conontrol-Flow Enforcement Technology is incompatible with stack switching
79+
Intel's Control-Flow Enforcement Technology is incompatible with stack switching
8080
because it imploys a secondary Shadow Stack, that the user-mode program cannot
8181
modify. Unexpected return flow after a stack switch would cause the processor
8282
to fault. Because of this, we need to mark any assembly code as not CET compatible. Modern compilers are beginning to generate CET compatible objects and

0 commit comments

Comments
 (0)