mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #18166 from lubronzhan/topic/lubron/fix-typo
Fix typo in mvcc comment
This commit is contained in:
commit
260dd77ed4
@ -29,7 +29,7 @@ var (
|
||||
// keyIndex stores the revisions of a key in the backend.
|
||||
// Each keyIndex has at least one key generation.
|
||||
// Each generation might have several key versions.
|
||||
// Tombstone on a key appends an tombstone version at the end
|
||||
// Tombstone on a key appends a tombstone version at the end
|
||||
// of the current generation and creates a new empty generation.
|
||||
// Each version of a key has an index pointing to the backend.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user