Skip to content

Commit

Permalink
Merge pull request etcd-io#10724 from majolo/patch-1
Browse files Browse the repository at this point in the history
Doc: Fix typo in revision.go
  • Loading branch information
spzala authored May 16, 2019
2 parents d4cdbb1 + 9ab3572 commit 71881a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvcc/revision.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type revision struct {
// main is the main revision of a set of changes that happen atomically.
main int64

// sub is the the sub revision of a change in a set of changes that happen
// sub is the sub revision of a change in a set of changes that happen
// atomically. Each change has different increasing sub revision in that
// set.
sub int64
Expand Down

0 comments on commit 71881a4

Please sign in to comment.