From: Lasse Collin Date: Thu, 3 Apr 2025 11:34:42 +0000 (+0300) Subject: liblzma: mt dec: Fix a comment X-Git-Tag: v5.8.1~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=831b55b971cf579ee16a854f177c36b20d3c6999;p=thirdparty%2Fxz.git liblzma: mt dec: Fix a comment Reviewed-by: Sebastian Andrzej Siewior Thanks-to: Sam James --- 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) {