From 8fe68b8f4dd22b49b7e2f552401494f9874bdd9a Mon Sep 17 00:00:00 2001
From: Xavier Petit <32063953+xpetit@users.noreply.github.com>
Date: Fri, 3 Jun 2022 16:58:16 +0200
Subject: [PATCH] Fix comment

Signed-off-by: xpetit <32063953+xpetit@users.noreply.github.com>
---
 bucket.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bucket.go b/bucket.go
index d8750b1..9dcb938 100644
--- a/bucket.go
+++ b/bucket.go
@@ -353,7 +353,7 @@ func (b *Bucket) SetSequence(v uint64) error {
 		_ = b.node(b.root, nil)
 	}
 
-	// Increment and return the sequence.
+	// Set the sequence.
 	b.bucket.sequence = v
 	return nil
 }