fix typos (work done by Andrea Gelmini)

This commit is contained in:
Thomas Waldmann
2021-01-07 18:47:23 +01:00
parent f011f639de
commit f9802d80a0
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ size_t ZSTD_compressBlock_fast_dictMatchState_generic(
assert(endIndex - prefixStartIndex <= maxDistance);
(void)maxDistance; (void)endIndex; /* these variables are not used when assert() is disabled */
/* ensure there will be no no underflow
/* ensure there will be no underflow
* when translating a dict index into a local index */
assert(prefixStartIndex >= (U32)(dictEnd - dictBase));