diff --git a/pkg/kubelet/cm/cpumanager/policy_static.go b/pkg/kubelet/cm/cpumanager/policy_static.go index 7a82de03da8..40a8184d5f3 100644 --- a/pkg/kubelet/cm/cpumanager/policy_static.go +++ b/pkg/kubelet/cm/cpumanager/policy_static.go @@ -584,7 +584,7 @@ func (p *staticPolicy) GetPodTopologyHints(s state.State, pod *v1.Pod) map[strin } } -// generateCPUtopologyHints generates a set of TopologyHints given the set of +// generateCPUTopologyHints generates a set of TopologyHints given the set of // available CPUs and the number of CPUs being requested. // // It follows the convention of marking all hints that have the same number of