From: Tobias Stoeckmann Date: Sat, 18 Jun 2022 19:00:10 +0000 (+0200) Subject: Fix typo X-Git-Tag: 2.1.0-beta1~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5181fe6f6fe471c7cabb78ded318c2d5beb0bcf2;p=thirdparty%2Fzlib-ng.git Fix typo Typo found with codespell. --- diff --git a/arch/x86/chunkset_sse41.c b/arch/x86/chunkset_sse41.c index c6f982183..9789df76a 100644 --- a/arch/x86/chunkset_sse41.c +++ b/arch/x86/chunkset_sse41.c @@ -71,7 +71,7 @@ static inline chunk_t GET_CHUNK_MAG(uint8_t *buf, uint32_t *chunk_rem, uint32_t #ifdef Z_MEMORY_SANITIZER /* Important to note: * This is _not_ to subvert the memory sanitizer but to instead unpoison some - * bytes we willingly and purposefully load unitialized that we swizzle over + * bytes we willingly and purposefully load uninitialized that we swizzle over * in a vector register, anyway. If what we assume is wrong about what is used, * the memory sanitizer will still usefully flag it */ __msan_unpoison(buf + dist, 16 - dist);