From 982d1778f8eccca6c1dcc857dbc252c26e59e83c Mon Sep 17 00:00:00 2001 From: yanghaichao12 <33426632@qq.com> Date: Mon, 19 Nov 2018 08:07:04 -0500 Subject: [PATCH] Fix comment error of 'cpuManagerStateFileName' --- pkg/kubelet/cm/cpumanager/cpu_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/cm/cpumanager/cpu_manager.go b/pkg/kubelet/cm/cpumanager/cpu_manager.go index 4ccddd554da..43e37848984 100644 --- a/pkg/kubelet/cm/cpumanager/cpu_manager.go +++ b/pkg/kubelet/cm/cpumanager/cpu_manager.go @@ -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.