X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=lib%2Fdecompress_unxz.c;h=9f34eb56854d64eeebd4dcfcc9993a64c6aa585a;hb=ec0ad730802173ec17e942f4b652a1819b1025b2;hp=cecd23df2b9a6e986ea6cbdd3418015a5ecf4a8f;hpb=6ea25a6c2b95cf916e844fe2bacdd1c15b72e4c5;p=linux-2.6-block.git diff --git a/lib/decompress_unxz.c b/lib/decompress_unxz.c index cecd23df2b9a..9f34eb56854d 100644 --- a/lib/decompress_unxz.c +++ b/lib/decompress_unxz.c @@ -83,7 +83,7 @@ * safety_margin = 128 + uncompressed_size * 8 / 32768 + 65536 * = 128 + (uncompressed_size >> 12) + 65536 * - * For comparision, according to arch/x86/boot/compressed/misc.c, the + * For comparison, according to arch/x86/boot/compressed/misc.c, the * equivalent formula for Deflate is this: * * safety_margin = 18 + (uncompressed_size >> 12) + 32768