From 15e5e2d0ac4495f97ae3fc11cfc02d3433ce9d53 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 3 Oct 2018 17:23:20 -0400 Subject: [PATCH] fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b324c60..315bcd9 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ allocation and then unmapped on free. * No usage of the legacy brk heap * Aggressive sanity checks * Errors other than ENOMEM from mmap, munmap, mprotect and mremap treated - as fatal, which can help to decent memory management gone wrong elsewhere - in the program + as fatal, which can help to detect memory management gone wrong elsewhere + in the process. # Randomness