We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c31909 + 0b6529c commit 260dd77Copy full SHA for 260dd77
server/storage/mvcc/key_index.go
@@ -29,7 +29,7 @@ var (
29
// keyIndex stores the revisions of a key in the backend.
30
// Each keyIndex has at least one key generation.
31
// Each generation might have several key versions.
32
-// Tombstone on a key appends an tombstone version at the end
+// Tombstone on a key appends a tombstone version at the end
33
// of the current generation and creates a new empty generation.
34
// Each version of a key has an index pointing to the backend.
35
//
0 commit comments