]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix spelling in NEWS
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 24 Apr 2023 18:56:16 +0000 (20:56 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 24 Apr 2023 18:56:16 +0000 (20:56 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 35a9ce3cd21586c1e15efb557f6d888157dce9c0..f29c756e496654fdc32d5765643772f81e6ddcb3 100644 (file)
--- 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).