From 2cd8377d6205aeb746c9d8d570def80d0af0fee7 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 7 Oct 2023 06:13:26 +0100 Subject: [PATCH] Fix broken apostrophe --- documentation/hardened_malloc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/hardened_malloc.html b/documentation/hardened_malloc.html index d2ff5da..a1bc0e7 100644 --- a/documentation/hardened_malloc.html +++ b/documentation/hardened_malloc.html @@ -5,7 +5,7 @@ - + @@ -32,7 +32,7 @@

Documentation - GrapheneOS hardened_malloc

This documentation contains instructions to use GrapheneOS hardened_malloc - memory allocator as the system’s default memory allocator. These instructions apply to both musl + memory allocator as the system's default memory allocator. These instructions apply to both musl and glibc C libraries on Unix-based and Unix-like systems. hardened_malloc can also be used per-application and/or per-user, in which case root permissions are not required; this documentation focuses on system-wide usage of hardened_malloc, assumes root privileges, and