From: Nick Terrell Date: Mon, 27 Apr 2020 19:12:28 +0000 (-0700) Subject: [zstd] Fix typo in ZSTD_dParameter X-Git-Tag: v1.4.5^2~55^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b104f8e3eb3fdd98f09fd97dbb2a1a48dd022586;p=thirdparty%2Fzstd.git [zstd] Fix typo in ZSTD_dParameter --- diff --git a/lib/zstd.h b/lib/zstd.h index 6da84e270..ae99b3039 100644 --- a/lib/zstd.h +++ b/lib/zstd.h @@ -522,7 +522,7 @@ typedef enum { /* note : additional experimental parameters are also available * within the experimental section of the API. * At the time of this writing, they include : - * ZSTD_c_format + * ZSTD_d_format * Because they are not stable, it's necessary to define ZSTD_STATIC_LINKING_ONLY to access them. * note : never ever use experimentalParam? names directly */