summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2021-09-30 20:14:09 -0400
committerLinus Groh <mail@linusgroh.de>2021-10-01 01:18:52 +0100
commit97d27c312aacb4759dd7cddf60f1156263898a7b (patch)
treef79605abd8bf9491aa3f77e88a0670550d929fc3 /Base
parent6c9bc18a792d4ac22eaac91fe4ec2ed11ed7019e (diff)
downloadserenity-97d27c312aacb4759dd7cddf60f1156263898a7b.zip
Base: Fix typos
Diffstat (limited to 'Base')
-rw-r--r--Base/usr/share/man/man7/Mitigations.md4
1 files 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