dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit def0f589424b21a20077cd350fa57efcc8078d4b
parent 7799abf81e7cd7d4a08bcc9d16d7f346a9a5966a
Author: sin <sin@2f30.org>
Date:   Sun,  7 Apr 2019 14:16:06 +0100

Comment fix

Diffstat:
Mchunker.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chunker.c b/chunker.c @@ -98,9 +98,9 @@ get_chunk_size(struct chunker *chunker) /* * To achieve better deduplication, we chunk blocks based on a - * recurring pattern occuring on the data stream. We slide a fixed - * window of WINSIZE bytes over the data, and a rolling hash is - * computed for this window. + * recurring pattern on the data stream. We slide a fixed window + * of WINSIZE bytes over the data, and a rolling hash is computed + * for this window. * When the rolling hash matches a given pattern the block is chunked * at the end of that window. */