mirror of https://git.tukaani.org/xz.git
liblzma: Fix typo in a comment.
This commit is contained in:
parent
ad96a871a1
commit
673a4cb53d
|
@ -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
|
* This is like lzma_block_buffer_encode() except this doesn't try to
|
||||||
* compress the data and instead encodes the data using LZMA2 uncompressed
|
* compress the data and instead encodes the data using LZMA2 uncompressed
|
||||||
|
|
Loading…
Reference in New Issue