From: Paul Floyd Date: Mon, 24 Apr 2023 18:56:16 +0000 (+0200) Subject: Fix spelling in NEWS X-Git-Tag: VALGRIND_3_21_0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f86aee65ce5086245bb88c7390e409b6271bf917;p=thirdparty%2Fvalgrind.git Fix spelling in NEWS --- diff --git a/NEWS b/NEWS index 35a9ce3cd2..f29c756e49 100644 --- a/NEWS +++ b/NEWS @@ -52,7 +52,7 @@ AMD64/macOS 10.13 and nanoMIPS/Linux. - free the memory like free() and return NULL (GNU libc and ptmalloc). - either free the memory and then allocate a - minumum siized block or just return the + minimum sized block or just return the original pointer. Return NULL if the allocation of the minimum sized block fails (jemalloc, musl, snmalloc, Solaris, macOS).