From e81d35995e8b3811be7436e5579ed6cec2bf0022 Mon Sep 17 00:00:00 2001 From: Mart G Date: Mon, 10 May 2021 18:26:07 +0200 Subject: [PATCH] Base: Fix a spelling error in the mitigations man page --- Base/usr/share/man/man7/Mitigations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/usr/share/man/man7/Mitigations.md b/Base/usr/share/man/man7/Mitigations.md index e4bb883abe4..9e0b86d93bd 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):