Merge pull request #108684 from chymy/comment-issue

Fix comment typo
This commit is contained in:
Kubernetes Prow Robot
2022-03-14 18:50:32 -07:00
committed by GitHub

View File

@@ -76,7 +76,7 @@ func NewCPUSet(cpus ...int) CPUSet {
return b.Result()
}
// NewCPUSet returns a new CPUSet containing the supplied elements, as slice of int64.
// NewCPUSetInt64 returns a new CPUSet containing the supplied elements, as slice of int64.
func NewCPUSetInt64(cpus ...int64) CPUSet {
b := NewBuilder()
for _, c := range cpus {