From 087c4c6d3ab3f06d195e2615f7f7636729d92c48 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Thu, 28 Jun 2018 05:55:01 -0400 Subject: [PATCH] Update doc comment Signed-off-by: Fabian Reinartz --- db.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/db.go b/db.go index 394181089..28fafc09b 100644 --- a/db.go +++ b/db.go @@ -435,8 +435,7 @@ func (db *DB) reload() (err error) { // after we loaded the other blocks. // This makes us resilient against the process crashing towards the end of a compaction. // Creation of a new block and deletion of its parents cannot happen atomically. By creating - // blocks atomically with their parents, we can pick up the deletion where it left off during - // a crash. + // blocks with their parents, we can pick up the deletion where it left off during a crash. var ( blocks []*Block corrupted = map[ulid.ULID]error{}