From fbe63d5eddec4e7a098c77e0068947588488e9d6 Mon Sep 17 00:00:00 2001 From: myabandeh Date: Mon, 10 Dec 2018 08:58:50 -0800 Subject: [PATCH] fix the typo in comments --- include/rocksdb/utilities/transaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rocksdb/utilities/transaction.h b/include/rocksdb/utilities/transaction.h index 8db05589001..d37ec600c5b 100644 --- a/include/rocksdb/utilities/transaction.h +++ b/include/rocksdb/utilities/transaction.h @@ -293,7 +293,7 @@ class Transaction { // functions in WriteBatch, but will also do conflict checking on the // keys being written. // - // assume_tracked=false expects the key be already tracked. If valid then it + // assume_tracked=true expects the key be already tracked. If valid then it // skips ValidateSnapshot. Returns error otherwise. // // If this Transaction was created on an OptimisticTransactionDB, these