diff --git a/index/store/kvstore.go b/index/store/kvstore.go index 010b201f..d20f2037 100644 --- a/index/store/kvstore.go +++ b/index/store/kvstore.go @@ -130,7 +130,7 @@ type KVBatchOptions struct { // the KVBatch. NumSets int - // NumMerges is the number of Merge() calls the caller will invoke + // NumDeletes is the number of Delete() calls the caller will invoke // on the KVBatch. NumDeletes int