[PATCH] zstd/compress: fix repeated words in comments

From: wangjianli
Date: Sat Oct 22 2022 - 03:02:23 EST


Delete the redundant word 'the'.

Signed-off-by: wangjianli <wangjianli@xxxxxxxxxx>
---
lib/zstd/compress/zstd_ldm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/zstd/compress/zstd_ldm.c b/lib/zstd/compress/zstd_ldm.c
index 8ef7e88a5add..9a9b55d42fec 100644
--- a/lib/zstd/compress/zstd_ldm.c
+++ b/lib/zstd/compress/zstd_ldm.c
@@ -513,7 +513,7 @@ size_t ZSTD_ldm_generateSequences(
* kMaxChunkSize should be small enough that we don't lose too much of
* the window through early invalidation.
* TODO: * Test the chunk size.
- * * Try invalidation after the sequence generation and test the
+ * * Try invalidation after the sequence generation and test
* the offset against maxDist directly.
*
* NOTE: Because of dictionaries + sequence splitting we MUST make sure
--
2.36.1