From 5cc54d19b0ddce1e4839e75ce3dbb26b6782ac09 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 12 Jun 2023 17:10:18 +0100 Subject: [PATCH] Fix spelling. --- security/hardened_malloc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/hardened_malloc.adoc b/security/hardened_malloc.adoc index bc14f9f..b2ceefc 100644 --- a/security/hardened_malloc.adoc +++ b/security/hardened_malloc.adoc @@ -1,6 +1,6 @@ = GrapheneOS hardened_malloc -Version: 0.0.0.1 +Version: 0.0.0.2 This documentation contains the complete set of commands to use @@ -11,7 +11,7 @@ Unix-based and Unix-like systems. == Increase Permitted Amount of Memory Pages -Add `vm.max_map_count = 1048576` to `/etc/sysctl.conf` to accomodate hardened_malloc's large amount +Add `vm.max_map_count = 1048576` to `/etc/sysctl.conf` to accommodate hardened_malloc's large amount of guard pages. == Clone hardened_malloc Source Code