[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221022070204.52163-1-wangjianli@cdjrlc.com>
Date: Sat, 22 Oct 2022 15:02:04 +0800
From: wangjianli <wangjianli@...rlc.com>
To: terrelln@...com
Cc: linux-kernel@...r.kernel.org, wangjianli <wangjianli@...rlc.com>
Subject: [PATCH] zstd/compress: fix repeated words in comments
Delete the redundant word 'the'.
Signed-off-by: wangjianli <wangjianli@...rlc.com>
---
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
Powered by blists - more mailing lists