fix typo in README

This commit is contained in:
Daniel Micay 2018-10-03 17:23:20 -04:00
parent 5811bd184c
commit 15e5e2d0ac

View File

@ -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