Merge pull request #71194 from yanghaichao12/dev1119-1

Fix comment error of 'cpuManagerStateFileName'
pull/564/head
Kubernetes Prow Robot 2018-12-17 20:28:19 -08:00 committed by GitHub
commit 4e8bea4bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ type runtimeService interface {
type policyName string
// cpuManagerStateFileName is the name file name where cpu manager stores it's state
// cpuManagerStateFileName is the file name where cpu manager stores its state
const cpuManagerStateFileName = "cpu_manager_state"
// Manager interface provides methods for Kubelet to manage pod cpus.