1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:07:36 +00:00

Base: Fix typos

This commit is contained in:
Nico Weber 2021-09-30 20:14:09 -04:00 committed by Linus Groh
parent 6c9bc18a79
commit 97d27c312a

View file

@ -274,10 +274,10 @@ Kernel: Reduce useful ROP gadgets by zeroing used function registers
### Linking with "separate-code" ### 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. 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 commit fac0bbe739154abb416526bdc983487c05ba0c81