Skip to content

Commit

Permalink
Merge pull request etcd-io#18166 from lubronzhan/topic/lubron/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in mvcc comment
  • Loading branch information
ahrtr authored Jun 13, 2024
2 parents 5c31909 + 0b6529c commit 260dd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/storage/mvcc/key_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit 260dd77

Please sign in to comment.