]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor : fix typo 741/head
authorYann Collet <cyan@fb.com>
Thu, 29 Jun 2017 18:31:40 +0000 (11:31 -0700)
committerYann Collet <cyan@fb.com>
Thu, 29 Jun 2017 18:31:40 +0000 (11:31 -0700)
lib/zstd.h

index 71b64100493ea75ca90116ffa99596c93524d361..58e9a5606db8eb9bc92cdc381a93c520a6fde361 100644 (file)
@@ -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