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

liblzma: mt dec: Fix a comment

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

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