1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-15 04:00:50 +00:00

liblzma: mt dec: Fix a comment

Reviewed-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Thanks-to: Sam James <sam@gentoo.org>
(cherry picked from commit 831b55b971cf579ee16a854f177c36b20d3c6999)
This commit is contained in:
Lasse Collin 2025-04-03 14:34:42 +03:00
parent 77bc2d6f3b
commit bdb788137e
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View 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)
{