tFix comment - 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 7d0f66f519a36d47db6919100238e74a5eeba713
(DIR) parent 61ad5371e4d375a6b10669b495a55f2bcbb99b2d
(HTM) 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
t@@ -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.