From 5374f6fad84b43c1f783802086c8f3e2f6e124ce Mon Sep 17 00:00:00 2001 From: chymy Date: Mon, 14 Mar 2022 16:53:29 +0800 Subject: [PATCH] Fix comment typo Signed-off-by: chymy --- pkg/kubelet/cm/cpuset/cpuset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/cm/cpuset/cpuset.go b/pkg/kubelet/cm/cpuset/cpuset.go index ffae3c58b72..0bc4a1c3c20 100644 --- a/pkg/kubelet/cm/cpuset/cpuset.go +++ b/pkg/kubelet/cm/cpuset/cpuset.go @@ -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 {