projects
/
platform
/
upstream
/
xz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d1d6f4
)
Typo fix
author
Lasse Collin
<lasse.collin@tukaani.org>
Sat, 22 Nov 2008 15:44:33 +0000
(17:44 +0200)
committer
Lasse Collin
<lasse.collin@tukaani.org>
Sat, 22 Nov 2008 15:44:33 +0000
(17:44 +0200)
src/xz/process.c
patch
|
blob
|
history
diff --git
a/src/xz/process.c
b/src/xz/process.c
index
d30878e
..
b07209b
100644
(file)
--- 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 worke
d
threads so that memory usage
+ // Limit the number of worke
r
threads so that memory usage
// limit isn't exceeded.
assert(memory_usage > 0);
size_t thread_limit = memory_limit / memory_usage;