]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix typo
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sat, 18 Jun 2022 19:00:10 +0000 (21:00 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 19 Jun 2022 11:47:31 +0000 (13:47 +0200)
Typo found with codespell.

arch/x86/chunkset_sse41.c

index c6f982183af2ce750f6846bf8c551740b2d5b819..9789df76a709bf9c6fd07dbc11f919d71bc91676 100644 (file)
@@ -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);