Skip to content

Commit 4822f99

Browse files
committed
mmaprototype: fix typo
1 parent 5e46b67 commit 4822f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kv/kvserver/allocator/mmaprototype/store_load_summary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import "github.com/cockroachdb/redact"
1010
// A storeLoadSummary is a classification of a store's load relative to the mean
1111
// load across a set of permissible stores (often, all that satisfy the
1212
// constraints for a given range). Sources and targets are primarily picked
13-
// based on the store- and node level load summaries contained in this struct.
13+
// based on the store and node level load summaries contained in this struct.
1414
type storeLoadSummary struct {
1515
worstDim LoadDimension // for logging only
1616
sls loadSummary

0 commit comments

Comments
 (0)