]> granicus.if.org Git - xz/commitdiff
Typo fix
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 22 Nov 2008 15:44:33 +0000 (17:44 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 22 Nov 2008 15:44:33 +0000 (17:44 +0200)
src/xz/process.c

index d30878e43ae11a36c22e09242b095e18da25b54a..b07209b58a648ecf9b80e66265f1763a20f6ea92 100644 (file)
@@ -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;