From: Lasse Collin Date: Sat, 26 Apr 2014 05:45:49 +0000 (+0300) Subject: xz: Fix a comment. X-Git-Tag: v5.0.6~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc41bcaf77c9c27ec09ef033fb3300e994e828e6;p=thirdparty%2Fxz.git xz: Fix a comment. --- diff --git a/src/xz/coder.c b/src/xz/coder.c index e0867e2a..017e0412 100644 --- a/src/xz/coder.c +++ b/src/xz/coder.c @@ -200,9 +200,9 @@ coder_set_compression_settings(void) } if (memory_usage > memory_limit) { - // If --no-auto-adjust was used or we didn't find LZMA1 or + // If --no-adjust was used or we didn't find LZMA1 or // LZMA2 as the last filter, give an error immediately. - // --format=raw implies --no-auto-adjust. + // --format=raw implies --no-adjust. if (!opt_auto_adjust || opt_format == FORMAT_RAW) memlimit_too_small(memory_usage);