1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:37:44 +00:00

Base: Fix typos and spelling errors in man pages

This commit is contained in:
Brendan Coles 2021-05-05 11:11:56 +00:00 committed by Linus Groh
parent 56fccf1667
commit aee735889e
6 changed files with 7 additions and 7 deletions

View file

@ -132,7 +132,7 @@ Kernel: KUBSAN! (Kernel Undefined Behavior SANitizer) :^)
### Kernel unmap-after-init
Umap-after-init allows the kernel to remove functions which contain potentially
Unmap-after-init allows the kernel to remove functions which contain potentially
dangerous [ROP gadgets](https://en.wikipedia.org/wiki/Return-oriented_programming)
from kernel memory after we've booted up and they are no longer needed. Notably the
`write_cr4(..)` function used to control processor features like the SMEP/SMAP bits