diff --git a/pkg/kubelet/eviction/eviction_manager.go b/pkg/kubelet/eviction/eviction_manager.go index a943e0a1ab5..f905ae07983 100644 --- a/pkg/kubelet/eviction/eviction_manager.go +++ b/pkg/kubelet/eviction/eviction_manager.go @@ -63,7 +63,7 @@ type managerImpl struct { config Config // the function to invoke to kill a pod killPodFunc KillPodFunc - // the function to get the mirror pod by a given statid pod + // the function to get the mirror pod by a given static pod mirrorPodFunc MirrorPodFunc // the interface that knows how to do image gc imageGC ImageGC