summaryrefslogtreecommitdiffstats
path: root/lz4frame.h
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-09-14 23:59:30 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-09-14 23:59:30 (GMT)
commitd71b9e25b729e92871cd6a9791170e334d5199d1 (patch)
treec73e18c18197fec8c7ef27519249362d919d165f /lz4frame.h
parent562b34f660062f624535e8dff30da7dd0862869f (diff)
downloadlz4-d71b9e25b729e92871cd6a9791170e334d5199d1.zip
lz4-d71b9e25b729e92871cd6a9791170e334d5199d1.tar.gz
lz4-d71b9e25b729e92871cd6a9791170e334d5199d1.tar.bz2
small improvements to lz4frame compression
Diffstat (limited to 'lz4frame.h')
-rw-r--r--lz4frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lz4frame.h b/lz4frame.h
index 0769f6a..4bc8c59 100644
--- a/lz4frame.h
+++ b/lz4frame.h
@@ -187,7 +187,7 @@ size_t LZ4F_compressEnd(LZ4F_compressionContext_t compressionContext, void* dstB
* The result of the function is the number of bytes written into dstBuffer (necessarily >= 4 (endMark size))
* The function outputs an error code if it fails (can be tested using LZ4F_isError())
* The LZ4F_compressOptions_t structure is optional : you can provide NULL as argument.
- * compressionContext can then be used again, starting with LZ4F_compressBegin(). The preferences will remain the same.
+ * compressionContext can then be used again, starting with LZ4F_compressBegin().
*/