From bdb788137e1f1d967e0c9d885b859e5b95c1b5bf Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 3 Apr 2025 14:34:42 +0300 Subject: [PATCH] liblzma: mt dec: Fix a comment Reviewed-by: Sebastian Andrzej Siewior Thanks-to: Sam James (cherry picked from commit 831b55b971cf579ee16a854f177c36b20d3c6999) --- src/liblzma/common/stream_decoder_mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/liblzma/common/stream_decoder_mt.c b/src/liblzma/common/stream_decoder_mt.c index 76212b46..8b378852 100644 --- a/src/liblzma/common/stream_decoder_mt.c +++ b/src/liblzma/common/stream_decoder_mt.c @@ -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) {