1
0
Fork 0
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:
Lasse Collin 2014-01-20 11:20:40 +02:00
parent ad96a871a1
commit 673a4cb53d

View file

@ -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