From: Yann Collet Date: Thu, 29 Jun 2017 18:31:40 +0000 (-0700) Subject: minor : fix typo X-Git-Tag: v1.3.0~1^2~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F741%2Fhead;p=thirdparty%2Fzstd.git minor : fix typo --- diff --git a/lib/zstd.h b/lib/zstd.h index 71b641004..58e9a5606 100644 --- a/lib/zstd.h +++ b/lib/zstd.h @@ -454,7 +454,7 @@ ZSTDLIB_API size_t ZSTD_findFrameCompressedSize(const void* src, size_t srcSize) /*! ZSTD_findDecompressedSize() : * `src` should point the start of a series of ZSTD encoded and/or skippable frames - * `srcSize` must be the _exact_ size of this serie + * `srcSize` must be the _exact_ size of this series * (i.e. there should be a frame boundary exactly at `srcSize` bytes after `src`) * @return : - decompressed size of all data in all successive frames * - if the decompressed size cannot be determined: ZSTD_CONTENTSIZE_UNKNOWN