]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: mt dec: Fix a comment
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 3 Apr 2025 11:34:42 +0000 (14:34 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 3 Apr 2025 11:34:42 +0000 (14:34 +0300)
Reviewed-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Thanks-to: Sam James <sam@gentoo.org>
src/liblzma/common/stream_decoder_mt.c

index 22c9375f88c02e2c4b32ef4934b9046fd3103e62..812b745df187384b2133b03651978cf1c58f792e 100644 (file)
@@ -347,7 +347,7 @@ worker_enable_partial_update(void *thr_ptr)
 
 
 /// Things do to at THR_STOP or when finishing a Block.
-/// This is called with thr->mutex locked.
+/// This is called with thr->coder->mutex locked.
 static void
 worker_stop(struct worker_thread *thr)
 {