From 9ab35726622c1babbe95e458f5f561b6be8a1113 Mon Sep 17 00:00:00 2001 From: Max Lowther Date: Tue, 14 May 2019 14:45:36 +0100 Subject: [PATCH] Doc: Fix typo in revision.go --- mvcc/revision.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvcc/revision.go b/mvcc/revision.go index 5fa35a1c2..d6213866f 100644 --- a/mvcc/revision.go +++ b/mvcc/revision.go @@ -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