tComment fix - dedup - deduplicating backup program
 (HTM) git clone git://git.z3bra.org/dedup.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit def0f589424b21a20077cd350fa57efcc8078d4b
 (DIR) parent 7799abf81e7cd7d4a08bcc9d16d7f346a9a5966a
 (HTM) Author: sin <sin@2f30.org>
       Date:   Sun,  7 Apr 2019 14:16:06 +0100
       
       Comment fix
       
       Diffstat:
         M chunker.c                           |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/chunker.c b/chunker.c
       t@@ -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.
                 */