]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[zstd] Fix typo in ZSTD_dParameter
authorNick Terrell <terrelln@fb.com>
Mon, 27 Apr 2020 19:12:28 +0000 (12:12 -0700)
committerNick Terrell <terrelln@fb.com>
Mon, 27 Apr 2020 19:12:28 +0000 (12:12 -0700)
lib/zstd.h

index 6da84e270986ad4fd0052477f285d28f1db99641..ae99b3039ba2d8cfebba7b3b6d0f8f13d75c5635 100644 (file)
@@ -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
      */