]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
xz: Clean up a comment
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 12 May 2024 13:56:15 +0000 (16:56 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 13 May 2024 12:39:39 +0000 (15:39 +0300)
src/xz/coder.c

index 90d26aeeb836a2d9551768f1a1305c5049d5701a..5b2cc698ea597584c4cbfaf6f193df63bc2d982a 100644 (file)
@@ -433,12 +433,9 @@ coder_set_compression_settings(void)
                }
        }
 
-       // Get the memory usage and memory limit. The memory usage is the
-       // maximum of the default filters[] and any filters specified by
-       // --filtersX.
-       // Note that if --format=raw was used, we can be decompressing and
-       // do not need to account for any filter chains created
-       // with --filtersX.
+       // Get memory limit and the memory usage of the used filter chains.
+       // Note that if --format=raw was used, we can be decompressing
+       // using the default filter chain.
        //
        // If multithreaded .xz compression is done, the memory limit
        // will be replaced.