dedup

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

commit 9dce6b66d0448882531be9ef7aa1f8eb32a7d7c3
parent f1589f46b7005d7e09198397edeb775f488f6030
Author: sin <sin@2f30.org>
Date:   Fri,  3 May 2019 13:31:35 +0100

Fix outdated comment

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

diff --git a/bstorage.c b/bstorage.c @@ -81,7 +81,7 @@ static struct bops bops = { /* Block header structure */ struct bhdr { char magic[NBHDRMAGIC]; /* magic number for file(1) */ - uint64_t flags; /* version number, compression/hashing configuration */ + uint64_t flags; /* version number, compression/encryption configuration */ uint64_t nbd; /* number of block descriptors */ };