diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-01-20 11:20:40 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-01-20 11:20:40 +0200 |
commit | 673a4cb53de3a715685cb1b836da57a3c7dcd43c (patch) | |
tree | cd74186ed80a68860b8715044c5fdcc6b21d7757 /src/liblzma/api/lzma/block.h | |
parent | Windows: Add config.h for building liblzma with MSVC 2013. (diff) | |
download | xz-673a4cb53de3a715685cb1b836da57a3c7dcd43c.tar.xz |
liblzma: Fix typo in a comment.
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/api/lzma/block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/block.h b/src/liblzma/api/lzma/block.h index 8e78b257..2e982e1c 100644 --- a/src/liblzma/api/lzma/block.h +++ b/src/liblzma/api/lzma/block.h @@ -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 |