summaryrefslogtreecommitdiffstats
path: root/lib/lz4.c
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2021-01-07 17:39:57 (GMT)
committerThomas Waldmann <tw@waldmann-edv.de>2021-01-07 17:39:57 (GMT)
commit909aae82604ad605bb60623731d825431cdf6b49 (patch)
tree113de674b19fb02c6dfeeed88f294d1a834644c2 /lib/lz4.c
parent023bb62c8d353704b0ce44d024900c66307d5e76 (diff)
downloadlz4-909aae82604ad605bb60623731d825431cdf6b49.zip
lz4-909aae82604ad605bb60623731d825431cdf6b49.tar.gz
lz4-909aae82604ad605bb60623731d825431cdf6b49.tar.bz2
fix some typos (work by Andrea Gelmini)
Diffstat (limited to 'lib/lz4.c')
-rw-r--r--lib/lz4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4.c b/lib/lz4.c
index 9f8cecb..5f524d0 100644
--- a/lib/lz4.c
+++ b/lib/lz4.c
@@ -1048,7 +1048,7 @@ LZ4_FORCE_INLINE int LZ4_compress_generic_validated(
_next_match:
/* at this stage, the following variables must be correctly set :
* - ip : at start of LZ operation
- * - match : at start of previous pattern occurence; can be within current prefix, or within extDict
+ * - match : at start of previous pattern occurrence; can be within current prefix, or within extDict
* - offset : if maybe_ext_memSegment==1 (constant)
* - lowLimit : must be == dictionary to mean "match is within extDict"; must be == source otherwise
* - token and *token : position to write 4-bits for match length; higher 4-bits for literal length supposed already written