From 2aeb234c80a5b1fb9f2a0afe2a1e6bf8b4fe5bef Mon Sep 17 00:00:00 2001 From: wackxu Date: Mon, 18 Sep 2017 15:13:24 +0800 Subject: [PATCH] fix the bad code comment --- pkg/kubelet/eviction/eviction_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/eviction/eviction_manager.go b/pkg/kubelet/eviction/eviction_manager.go index d5fc2a49578..e556435a4e7 100644 --- a/pkg/kubelet/eviction/eviction_manager.go +++ b/pkg/kubelet/eviction/eviction_manager.go @@ -59,7 +59,7 @@ type managerImpl struct { killPodFunc KillPodFunc // the interface that knows how to do image gc imageGC ImageGC - // the interface that knows how to do image gc + // the interface that knows how to do container gc containerGC ContainerGC // protects access to internal state sync.RWMutex