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 d30878e..b07209b 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;