From 97d27c312aacb4759dd7cddf60f1156263898a7b Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 30 Sep 2021 20:14:09 -0400 Subject: [PATCH] Base: Fix typos --- Base/usr/share/man/man7/Mitigations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Base/usr/share/man/man7/Mitigations.md b/Base/usr/share/man/man7/Mitigations.md index fc9a1c7dcd..6bffc7200c 100644 --- a/Base/usr/share/man/man7/Mitigations.md +++ b/Base/usr/share/man/man7/Mitigations.md @@ -274,10 +274,10 @@ Kernel: Reduce useful ROP gadgets by zeroing used function registers ### Linking with "separate-code" -The linker is passed the `seperate-code` option, so it won't combine read-only data +The linker is passed the `separate-code` option, so it won't combine read-only data and executable code. This reduces the total amount of executable pages in the system. -It was first enabled in the following [commmit](https://github.com/SerenityOS/serenity/commit/fac0bbe739154abb416526bdc983487c05ba0c81): +It was first enabled in the following [commit](https://github.com/SerenityOS/serenity/commit/fac0bbe739154abb416526bdc983487c05ba0c81): ``` commit fac0bbe739154abb416526bdc983487c05ba0c81