mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Typo fix
This commit is contained in:
parent
944b62b932
commit
dc192b6343
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
* still shouldn't be done when there are multiple threads running.
|
||||
*
|
||||
* lzma_init() initializes all internal static variables by calling
|
||||
* lzma_lzma_init_encoder() and lzma_init_decoder().
|
||||
* lzma_init_encoder() and lzma_init_decoder().
|
||||
*
|
||||
* If you need only encoder, decoder, or neither-encoder-nor-decoder
|
||||
* functions, you may use other initialization functions, which initialize
|
||||
|
|
Loading…
Reference in a new issue