|
From: Paul F. <pa...@so...> - 2023-04-24 18:56:50
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=f86aee65ce5086245bb88c7390e409b6271bf917 commit f86aee65ce5086245bb88c7390e409b6271bf917 Author: Paul Floyd <pj...@wa...> Date: Mon Apr 24 20:56:16 2023 +0200 Fix spelling in NEWS Diff: --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). |