URI: 
       Fix comment - dedup - deduplicating backup program
  HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 7d0f66f519a36d47db6919100238e74a5eeba713
   DIR parent 61ad5371e4d375a6b10669b495a55f2bcbb99b2d
  HTML Author: sin <sin@2f30.org>
       Date:   Thu, 16 May 2019 14:34:36 +0300
       
       Fix comment
       
       Diffstat:
         M block.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/block.c b/block.c
       @@ -123,7 +123,7 @@ bgc(struct bctx *bctx)
        }
        
        /*
       - * Lookup the block given hash and rehash it.
       + * Lookup the block given the hash and rehash it.
         * Check that the hashes match.  It returns -1
         * on error, 0 on success and 1 if a block hash
         * mismatch is detected.