From 9eee090ab62b36593a4ae9750472773ab3b9374d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 14 Nov 2017 21:35:26 +0100 Subject: [PATCH] Typo : occurence --- contrib/zstd/cover.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/zstd/cover.c b/contrib/zstd/cover.c index f6500b3d8..ec7271dba 100644 --- a/contrib/zstd/cover.c +++ b/contrib/zstd/cover.c @@ -439,7 +439,7 @@ static COVER_segment_t COVER_selectSegment(const COVER_ctx_t *ctx, U32 *freqs, U32 *delDmerOcc = COVER_map_at(activeDmers, delDmer); activeSegment.begin += 1; *delDmerOcc -= 1; - /* If this is the last occurence of the dmer, subtract its score */ + /* If this is the last occurrence of the dmer, subtract its score */ if (*delDmerOcc == 0) { COVER_map_remove(activeDmers, delDmer); activeSegment.score -= freqs[delDmer]; -- 2.39.5