]> 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 12:51:53 +0000 (15:51 +0300)
Reviewed-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Thanks-to: Sam James <sam@gentoo.org>
(cherry picked from commit 831b55b971cf579ee16a854f177c36b20d3c6999)

src/liblzma/common/stream_decoder_mt.c

index 76212b46da327ae18ae969b25b131e2269b45405..8b37885252e233fb6302a13cc2fa31554d40a681 100644 (file)
@@ -348,7 +348,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)
 {