]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix typo 2798/head
authorAbshar Mohammed Aslam <Absharaslam2001@gmail.com>
Thu, 23 Sep 2021 17:54:38 +0000 (21:54 +0400)
committerGitHub <noreply@github.com>
Thu, 23 Sep 2021 17:54:38 +0000 (21:54 +0400)
lib/zstd.h

index f6376bf3d8e75a94439b4f34e471097e980c49f9..17fec948aa24076bd8505533a096ff4ac9bf57f3 100644 (file)
@@ -932,7 +932,7 @@ ZSTDLIB_API unsigned ZSTD_getDictID_fromFrame(const void* src, size_t srcSize);
  * Advanced dictionary and prefix API (Requires v1.4.0+)
  *
  * This API allows dictionaries to be used with ZSTD_compress2(),
- * ZSTD_compressStream2(), and ZSTD_decompress(). Dictionaries are sticky, and
+ * ZSTD_compressStream2(), and ZSTD_decompressDCtx(). Dictionaries are sticky, and
  * only reset with the context is reset with ZSTD_reset_parameters or
  * ZSTD_reset_session_and_parameters. Prefixes are single-use.
  ******************************************************************************/