Fix grammar - 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 05438fee31a525193b6f776bfb2962e7c0275596
(DIR) parent da4b4d0cdd9238ff2993c3957d0d16a2c9718ae9
(HTM) Author: sin <sin@2f30.org>
Date: Mon, 20 May 2019 13:39:24 +0300
Fix grammar
Diffstat:
M bstorage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/bstorage.c b/bstorage.c
@@ -392,7 +392,7 @@ bsput(struct bctx *bctx, void *buf, size_t n, unsigned char *md)
/*
* If the block is already present in the cache
* just increment the reference count and write back
- * the block descriptor associated for that block.
+ * the block descriptor associated with that block.
*/
sctx = bctx->sctx;
memcpy(key.md, md, MDSIZE);