]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/decompress_unxz.c
pwm: imx: support output polarity inversion
[karo-tx-linux.git] / lib / decompress_unxz.c
index cecd23df2b9a6e986ea6cbdd3418015a5ecf4a8f..9f34eb56854d64eeebd4dcfcc9993a64c6aa585a 100644 (file)
@@ -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