From 1bdbb2d3f7c0aec52d4f2d4f4cb546ff8707c71f Mon Sep 17 00:00:00 2001 From: Lelmister101 <92394696+Lelmister101@users.noreply.github.com> Date: Tue, 23 Nov 2021 16:09:03 +0530 Subject: [PATCH] minor typo fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “entirely independently arenas” changed to “entirely independent arenas” --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcd3799..c8b9d73 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ to much less metadata overhead and memory waste from fragmentation than a more traditional allocator design. It aims to provide decent overall performance with a focus on long-term performance and memory usage rather than allocator micro-benchmarks. It offers scalability via a configurable number of entirely -independently arenas, with the internal locking within arenas further divided +independent arenas, with the internal locking within arenas further divided up per size class. This project currently supports Bionic (Android), musl and glibc. It may