Merge pull request #96713 from lixiaobing1/fixTypoUtilization

fix typos in type functionShapePoint
This commit is contained in:
Kubernetes Prow Robot
2020-12-08 18:36:05 -08:00
committed by GitHub

View File

@@ -38,9 +38,9 @@ const (
type functionShape []functionShapePoint
type functionShapePoint struct {
// Utilization is function argument.
// utilization is function argument.
utilization int64
// Score is function value.
// score is function value.
score int64
}