From: Nick Terrell Date: Mon, 1 May 2017 17:14:15 +0000 (-0700) Subject: Fix typo in zdict.h X-Git-Tag: v1.2.0^2~9^2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865918dd041ec7bdfb730ecc2c346659e469216e;p=thirdparty%2Fzstd.git Fix typo in zdict.h --- diff --git a/lib/dictBuilder/zdict.h b/lib/dictBuilder/zdict.h index 669b78d08..9b53de346 100644 --- a/lib/dictBuilder/zdict.h +++ b/lib/dictBuilder/zdict.h @@ -88,7 +88,7 @@ ZDICTLIB_API size_t ZDICT_trainFromBuffer_advanced(void* dictBuffer, size_t dict /*! COVER_params_t : For all values 0 means default. - kMin and d are the only required parameters. + k and d are the only required parameters. */ typedef struct { unsigned k; /* Segment size : constraint: 0 < k : Reasonable range [16, 2048+] */