mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Typo fix
This commit is contained in:
parent
6d1d6f4598
commit
4249c8c15a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue