fix the bad code comment

This commit is contained in:
wackxu 2017-09-18 15:13:24 +08:00
parent 8ca1d9f19b
commit 2aeb234c80

View File

@ -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