Fix comment typo

Signed-off-by: chymy <chang.min1@zte.com.cn>
This commit is contained in:
chymy 2022-03-14 16:53:29 +08:00
parent 45f2c63d6a
commit 5374f6fad8

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 {