aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-11-22 17:44:33 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-11-22 17:44:33 +0200
commit4249c8c15a08f55b51b7012e6aaafce3aa9eb650 (patch)
treecce5a6308a291afa50265c68d01c31d7c1155123
parentSupport NetBSD's errno for O_NOFOLLOW. (diff)
downloadxz-4249c8c15a08f55b51b7012e6aaafce3aa9eb650.tar.xz
Typo fix
-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;