From 5a4ae4e4d0105404184e9a82ee08f94e1b7783e0 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 12 May 2024 16:56:15 +0300 Subject: [PATCH] xz: Clean up a comment --- src/xz/coder.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/xz/coder.c b/src/xz/coder.c index 90d26aee..5b2cc698 100644 --- a/src/xz/coder.c +++ b/src/xz/coder.c @@ -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.