mirror of https://git.tukaani.org/xz.git
xz: Clean up a comment
This commit is contained in:
parent
2de80494ed
commit
5a4ae4e4d0
|
@ -433,12 +433,9 @@ coder_set_compression_settings(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get the memory usage and memory limit. The memory usage is the
|
// Get memory limit and the memory usage of the used filter chains.
|
||||||
// maximum of the default filters[] and any filters specified by
|
// Note that if --format=raw was used, we can be decompressing
|
||||||
// --filtersX.
|
// using the default filter chain.
|
||||||
// Note that if --format=raw was used, we can be decompressing and
|
|
||||||
// do not need to account for any filter chains created
|
|
||||||
// with --filtersX.
|
|
||||||
//
|
//
|
||||||
// If multithreaded .xz compression is done, the memory limit
|
// If multithreaded .xz compression is done, the memory limit
|
||||||
// will be replaced.
|
// will be replaced.
|
||||||
|
|
Loading…
Reference in New Issue