| .. | .. |
|---|
| 2 | 2 | * XZ decompressor |
|---|
| 3 | 3 | * |
|---|
| 4 | 4 | * Authors: Lasse Collin <lasse.collin@tukaani.org> |
|---|
| 5 | | - * Igor Pavlov <http://7-zip.org/> |
|---|
| 5 | + * Igor Pavlov <https://7-zip.org/> |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * This file has been put into the public domain. |
|---|
| 8 | 8 | * You can do whatever you want with this file. |
|---|
| .. | .. |
|---|
| 28 | 28 | * enum xz_mode - Operation mode |
|---|
| 29 | 29 | * |
|---|
| 30 | 30 | * @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 |
|---|
| 32 | 32 | * dictionary doesn't need to be allocated as |
|---|
| 33 | 33 | * part of the decoder state. All required data |
|---|
| 34 | 34 | * structures are allocated at initialization, |
|---|