Skip to content

Commit b388b38

Browse files
committed
kvserver: improve a comment
1 parent 4fbc528 commit b388b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kv/kvserver/multi_sst_writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func newMultiSSTWriter(
110110
}
111111

112112
// estimatedDataSize returns the approximation of the written bytes to SSTs
113-
// (including currSST). Must not be called after Finish.
113+
// (including currSST).
114114
func (msstw *multiSSTWriter) estimatedDataSize() int64 {
115115
return msstw.sstSize + msstw.currSST.DataSize
116116
}

0 commit comments

Comments
 (0)