Skip to content

Commit 88a3094

Browse files
Tom Rixterrelln
authored andcommitted
lib: zstd: clean up double word in comment.
Remove the second 'a' and 'into'. Signed-off-by: Tom Rix <[email protected]> Signed-off-by: Nick Terrell <[email protected]>
1 parent 26291c5 commit 88a3094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/zstd_lib.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ ZSTDLIB_API size_t ZSTD_generateSequences(ZSTD_CCtx* zc, ZSTD_Sequence* outSeqs,
13301330

13311331
/*! ZSTD_mergeBlockDelimiters() :
13321332
* Given an array of ZSTD_Sequence, remove all sequences that represent block delimiters/last literals
1333-
* by merging them into into the literals of the next sequence.
1333+
* by merging them into the literals of the next sequence.
13341334
*
13351335
* As such, the final generated result has no explicit representation of block boundaries,
13361336
* and the final last literals segment is not represented in the sequences.
@@ -1377,7 +1377,7 @@ ZSTDLIB_API size_t ZSTD_compressSequences(ZSTD_CCtx* const cctx, void* dst, size
13771377
/*! ZSTD_writeSkippableFrame() :
13781378
* Generates a zstd skippable frame containing data given by src, and writes it to dst buffer.
13791379
*
1380-
* Skippable frames begin with a a 4-byte magic number. There are 16 possible choices of magic number,
1380+
* Skippable frames begin with a 4-byte magic number. There are 16 possible choices of magic number,
13811381
* ranging from ZSTD_MAGIC_SKIPPABLE_START to ZSTD_MAGIC_SKIPPABLE_START+15.
13821382
* As such, the parameter magicVariant controls the exact skippable frame magic number variant used, so
13831383
* the magic number used will be ZSTD_MAGIC_SKIPPABLE_START + magicVariant.

0 commit comments

Comments
 (0)