From ac95820fae2cf9e060fd5e24e944b8fdb6f6dd08 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 6 Nov 2019 04:57:41 -0500 Subject: [PATCH] remove duplicate word from README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a78841b..93d2c90 100644 --- a/README.md +++ b/README.md @@ -788,8 +788,8 @@ enabled because glibc `mallinfo` is inherently broken. It defines the fields as misuses the fields and provides a strange, idiosyncratic set of values rather than following the SVID/XPG `mallinfo` definition. The `malloc_info` function is still provided, with a similar format as what Android uses, with tweaks for -hardened\_malloc and the the version set to `hardened_malloc-1`. The data -format may be changed in the future. +hardened\_malloc and the version set to `hardened_malloc-1`. The data format +may be changed in the future. As an example, consider the follow program from the hardened\_malloc tests: