From 0863931a1c65c5f3caf7cf83c8780ac8e85d091e Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 24 Mar 2017 10:34:18 -0700 Subject: fixed API comment for LZ4F_createCompressionContext() as reported by @nh2 --- lib/lz4frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lz4frame.h b/lib/lz4frame.h index c1acba5..a0cf0ab 100644 --- a/lib/lz4frame.h +++ b/lib/lz4frame.h @@ -212,7 +212,7 @@ typedef struct { LZ4FLIB_API unsigned LZ4F_getVersion(void); /*! LZ4F_createCompressionContext() : * The first thing to do is to create a compressionContext object, which will be used in all compression operations. - * This is achieved using LZ4F_createCompressionContext(), which takes as argument a version and an LZ4F_preferences_t structure. + * This is achieved using LZ4F_createCompressionContext(), which takes as argument a version. * The version provided MUST be LZ4F_VERSION. It is intended to track potential version mismatch, notably when using DLL. * The function will provide a pointer to a fully allocated LZ4F_cctx object. * If @return != zero, there was an error during context creation. -- cgit v0.12