aboutsummaryrefslogtreecommitdiff
path: root/src/xz
diff options
context:
space:
mode:
Diffstat (limited to 'src/xz')
-rw-r--r--src/xz/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/process.c b/src/xz/process.c
index d30878e4..b07209b5 100644
--- a/src/xz/process.c
+++ b/src/xz/process.c
@@ -156,7 +156,7 @@ coder_set_compression_settings(void)
"for the given filter setup"));
}
- // Limit the number of worked threads so that memory usage
+ // Limit the number of worker threads so that memory usage
// limit isn't exceeded.
assert(memory_usage > 0);
size_t thread_limit = memory_limit / memory_usage;