Skip to content

Commit 19d7df9

Browse files
Xin Gaoterrelln
authored andcommitted
lib: zstd: Fix comment typo
The double `when' is duplicated in line 999, remove one. Signed-off-by: Xin Gao <[email protected]> Signed-off-by: Nick Terrell <[email protected]>
1 parent 7486f5c commit 19d7df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zstd/decompress/zstd_decompress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ size_t ZSTD_decompress(void* dst, size_t dstCapacity, const void* src, size_t sr
996996
size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) { return dctx->expected; }
997997

998998
/*
999-
* Similar to ZSTD_nextSrcSizeToDecompress(), but when when a block input can be streamed,
999+
* Similar to ZSTD_nextSrcSizeToDecompress(), but when a block input can be streamed,
10001000
* we allow taking a partial block as the input. Currently only raw uncompressed blocks can
10011001
* be streamed.
10021002
*

0 commit comments

Comments
 (0)