Fix broken apostrophe

This commit is contained in:
inference 2023-10-07 06:13:26 +01:00
parent b79baa7e38
commit 2cd8377d62
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -5,7 +5,7 @@
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 1.0.0-alpha.1+3 --> <!-- Version: 1.0.1-alpha.1+7 -->
<html> <html>
@ -32,7 +32,7 @@
<h1>Documentation - GrapheneOS hardened_malloc</h1> <h1>Documentation - GrapheneOS hardened_malloc</h1>
<p>This documentation contains instructions to use <p>This documentation contains instructions to use
<a href="https://github.com/GrapheneOS/hardened_malloc">GrapheneOS hardened_malloc</a> <a href="https://github.com/GrapheneOS/hardened_malloc">GrapheneOS hardened_malloc</a>
memory allocator as the systems 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 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 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 documentation focuses on system-wide usage of hardened_malloc, assumes root privileges, and