summaryrefslogtreecommitdiff
path: root/lib/compress/zstd_ldm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compress/zstd_ldm.c')
-rw-r--r--lib/compress/zstd_ldm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compress/zstd_ldm.c b/lib/compress/zstd_ldm.c
index 58eb2ffe4db3e..784d20f3ab716 100644
--- a/lib/compress/zstd_ldm.c
+++ b/lib/compress/zstd_ldm.c
@@ -429,7 +429,7 @@ size_t ZSTD_ldm_generateSequences(
*/
assert(ldmState->window.nextSrc >= (BYTE const*)src + srcSize);
/* The input could be very large (in zstdmt), so it must be broken up into
- * chunks to enforce the maximmum distance and handle overflow correction.
+ * chunks to enforce the maximum distance and handle overflow correction.
*/
assert(sequences->pos <= sequences->size);
assert(sequences->size <= sequences->capacity);