hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/xz.h
....@@ -2,7 +2,7 @@
22 * XZ decompressor
33 *
44 * Authors: Lasse Collin <lasse.collin@tukaani.org>
5
- * Igor Pavlov <http://7-zip.org/>
5
+ * Igor Pavlov <https://7-zip.org/>
66 *
77 * This file has been put into the public domain.
88 * You can do whatever you want with this file.
....@@ -28,7 +28,7 @@
2828 * enum xz_mode - Operation mode
2929 *
3030 * @XZ_SINGLE: Single-call mode. This uses less RAM than
31
- * than multi-call modes, because the LZMA2
31
+ * multi-call modes, because the LZMA2
3232 * dictionary doesn't need to be allocated as
3333 * part of the decoder state. All required data
3434 * structures are allocated at initialization,