瀏覽代碼

Doc: Fix typo in revision.go

Max Lowther 7 年之前
父節點
當前提交
9ab3572662
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mvcc/revision.go

+ 1 - 1
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