From 831b55b971cf579ee16a854f177c36b20d3c6999 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 --- 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 22c9375f..812b745d 100644 --- a/src/liblzma/common/stream_decoder_mt.c +++ b/src/liblzma/common/stream_decoder_mt.c @@ -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) {