dedup

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

commit 7d0f66f519a36d47db6919100238e74a5eeba713
parent 61ad5371e4d375a6b10669b495a55f2bcbb99b2d
Author: sin <sin@2f30.org>
Date:   Thu, 16 May 2019 14:34:36 +0300

Fix comment

Diffstat:
Mblock.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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.