Skip to content

Commit 260dd77

Browse files
authored
Merge pull request #18166 from lubronzhan/topic/lubron/fix-typo
Fix typo in mvcc comment
2 parents 5c31909 + 0b6529c commit 260dd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/storage/mvcc/key_index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
2929
// keyIndex stores the revisions of a key in the backend.
3030
// Each keyIndex has at least one key generation.
3131
// Each generation might have several key versions.
32-
// Tombstone on a key appends an tombstone version at the end
32+
// Tombstone on a key appends a tombstone version at the end
3333
// of the current generation and creates a new empty generation.
3434
// Each version of a key has an index pointing to the backend.
3535
//

0 commit comments

Comments
 (0)