]> 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:49:41 +0000 (15:49 +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 244624a47900573d2fb8f6e2ea6af61fdbdb7248..6f06f1d170323842ae7ce8883ac021e8621094f7 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)
 {