summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.h
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2022-09-08 06:51:30 (GMT)
committerYann Collet <cyan@fb.com>2022-09-08 06:51:30 (GMT)
commit28228258450a0766697ead632c8cce0c85ed6b88 (patch)
tree90d9edc9490771d31d39d256b7dd1f6dbc1a8c18 /lib/lz4frame.h
parentcedf9cd57f142327cb3b92a574125f46975d7a48 (diff)
downloadlz4-28228258450a0766697ead632c8cce0c85ed6b88.zip
lz4-28228258450a0766697ead632c8cce0c85ed6b88.tar.gz
lz4-28228258450a0766697ead632c8cce0c85ed6b88.tar.bz2
added LZ4F_compressUpdate() in fullbench
Diffstat (limited to 'lib/lz4frame.h')
-rw-r--r--lib/lz4frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4frame.h b/lib/lz4frame.h
index 1bdf6c4..8d9380b 100644
--- a/lib/lz4frame.h
+++ b/lib/lz4frame.h
@@ -278,7 +278,7 @@ LZ4FLIB_API LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctx);
/*! LZ4F_compressBegin() :
* will write the frame header into dstBuffer.
* dstCapacity must be >= LZ4F_HEADER_SIZE_MAX bytes.
- * `prefsPtr` is optional : you can provide NULL as argument, all preferences will then be set to default.
+ * `prefsPtr` is optional : NULL can be provided to set all preferences to default.
* @return : number of bytes written into dstBuffer for the header
* or an error code (which can be tested using LZ4F_isError())
*/