Fix comment - dedup - deduplicating backup program
 (HTM) git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 03322c1165cff33cfc0f4cd4a663f45d7b9d0211
 (DIR) parent 72f9fa268e73eed07468230e6ba030ae340e0f3e
 (HTM) Author: sin <sin@2f30.org>
       Date:   Wed, 22 May 2019 13:39:01 +0300
       
       Fix comment
       
       Diffstat:
         M snap.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/snap.c b/snap.c
       @@ -47,7 +47,7 @@ extern int unpack(unsigned char *, char *, ...);
        /* Snapshot header structure */
        struct shdr {
                char magic[NSHDRMAGIC];                        /* magic number for file(1) */
       -        unsigned char header[CRYPTOHDRSIZE];        /* xchacha20-poly1305 crypto header size */
       +        unsigned char header[CRYPTOHDRSIZE];        /* xchacha20-poly1305 crypto header */
                uint64_t flags;                                /* version number */
                uint64_t nbd;                                /* number of block hashes */
        };