Merge pull request #117152 from samuelkarp/godoc-typo

cpumanager: fix typo in godoc
This commit is contained in:
Kubernetes Prow Robot 2023-04-11 20:22:14 -07:00 committed by GitHub
commit ce56fd7c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. // available CPUs and the number of CPUs being requested.
// //
// It follows the convention of marking all hints that have the same number of // It follows the convention of marking all hints that have the same number of