mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
liblzma: Fix typo in a comment.
This commit is contained in:
parent
ad96a871a1
commit
673a4cb53d
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ extern LZMA_API(lzma_ret) lzma_block_buffer_encode(
|
|||
|
||||
|
||||
/**
|
||||
* \brief Single-call uncompress .xz Block encoder
|
||||
* \brief Single-call uncompressed .xz Block encoder
|
||||
*
|
||||
* This is like lzma_block_buffer_encode() except this doesn't try to
|
||||
* compress the data and instead encodes the data using LZMA2 uncompressed
|
||||
|
|
Loading…
Reference in a new issue