summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man7/Mitigations.md
diff options
context:
space:
mode:
authorMart G <martg_@hotmail.com>2021-05-10 18:26:07 +0200
committerLinus Groh <mail@linusgroh.de>2021-05-10 17:44:30 +0100
commite81d35995e8b3811be7436e5579ed6cec2bf0022 (patch)
tree1410fff2f407df5c095776dfd7f750e764dde0ba /Base/usr/share/man/man7/Mitigations.md
parent759acdb938d4d69c37a6c402b5ecfdedd3ba2bee (diff)
downloadserenity-e81d35995e8b3811be7436e5579ed6cec2bf0022.zip
Base: Fix a spelling error in the mitigations man page
Diffstat (limited to 'Base/usr/share/man/man7/Mitigations.md')
-rw-r--r--Base/usr/share/man/man7/Mitigations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man7/Mitigations.md b/Base/usr/share/man/man7/Mitigations.md
index e4bb883abe..9e0b86d93b 100644
--- a/Base/usr/share/man/man7/Mitigations.md
+++ b/Base/usr/share/man/man7/Mitigations.md
@@ -28,7 +28,7 @@ Kernel: Enable x86 SMEP (Supervisor Mode Execution Protection)
### SMAP (Supervisor Mode Access Prevention)
[Supervisor Mode Access Prevention](https://en.wikipedia.org/wiki/Supervisor_Mode_Access_Prevention)
-compliments SMEP by also guarding read/write access to
+complements SMEP by also guarding read/write access to
userspace memory while executing in kernel mode.
It was enabled in the following [commit](https://github.com/SerenityOS/serenity/commit/9eef39d68a99c5e29099ae4eb4a56934b35eecde):