commit 05438fee31a525193b6f776bfb2962e7c0275596
parent da4b4d0cdd9238ff2993c3957d0d16a2c9718ae9
Author: sin <sin@2f30.org>
Date: Mon, 20 May 2019 13:39:24 +0300
Fix grammar
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
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);