mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
liblzma: Fix typo in documentation in container.h
lzma_microlzma_decoder -> lzma_microlzma_encoder
This commit is contained in:
parent
b8331077c6
commit
37da0e7271
1 changed files with 1 additions and 1 deletions
|
@ -925,7 +925,7 @@ extern LZMA_API(lzma_ret) lzma_stream_buffer_decode(
|
||||||
/**
|
/**
|
||||||
* \brief MicroLZMA decoder
|
* \brief MicroLZMA decoder
|
||||||
*
|
*
|
||||||
* See lzma_microlzma_decoder() for more information.
|
* See lzma_microlzma_encoder() for more information.
|
||||||
*
|
*
|
||||||
* The lzma_code() usage with this decoder is completely normal. The
|
* The lzma_code() usage with this decoder is completely normal. The
|
||||||
* special behavior of lzma_code() applies to lzma_microlzma_encoder() only.
|
* special behavior of lzma_code() applies to lzma_microlzma_encoder() only.
|
||||||
|
|
Loading…
Reference in a new issue