diff options
Diffstat (limited to 'include/linux/xz.h')
| -rw-r--r-- | include/linux/xz.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/xz.h b/include/linux/xz.h index 64cffa6ddfce..9884c8440188 100644 --- a/include/linux/xz.h +++ b/include/linux/xz.h @@ -2,7 +2,7 @@   * XZ decompressor   *   * Authors: Lasse Collin <[email protected]> - *          Igor Pavlov <http://7-zip.org/> + *          Igor Pavlov <https://7-zip.org/>   *   * This file has been put into the public domain.   * You can do whatever you want with this file. @@ -28,7 +28,7 @@   * enum xz_mode - Operation mode   *   * @XZ_SINGLE:              Single-call mode. This uses less RAM than - *                          than multi-call modes, because the LZMA2 + *                          multi-call modes, because the LZMA2   *                          dictionary doesn't need to be allocated as   *                          part of the decoder state. All required data   *                          structures are allocated at initialization,  |