Fix comment

Signed-off-by: xpetit <32063953+xpetit@users.noreply.github.com>
pull/328/head
Xavier Petit 2022-06-03 16:58:16 +02:00 committed by xpetit
parent 020684ea1e
commit 8fe68b8f4d
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
1 changed files with 1 additions and 1 deletions

View File

@ -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
}