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
commit dfd3f0ffc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}