liblzma: Fix typo in documentation in container.h

lzma_microlzma_decoder -> lzma_microlzma_encoder
This commit is contained in:
Jia Tan 2023-01-26 23:17:41 +08:00
parent b8331077c6
commit 37da0e7271
1 changed files with 1 additions and 1 deletions

View File

@ -925,7 +925,7 @@ extern LZMA_API(lzma_ret) lzma_stream_buffer_decode(
/**
* \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
* special behavior of lzma_code() applies to lzma_microlzma_encoder() only.