table: address comment.

This commit is contained in:
qiuyesuifeng
2015-11-04 10:33:49 +08:00
parent 184b9bc497
commit 695dd29ab4

View File

@ -110,7 +110,7 @@ type Table interface {
LockRow(ctx context.Context, h int64, update bool) error
// SetColValue sets the column value.
// If the column untouched, we don't need to do this.
// If the column is untouched, we don't need to do this.
SetColValue(txn kv.Transaction, key []byte, data interface{}) error
}