Commit 2aeb234c authored by wackxu's avatar wackxu

fix the bad code comment

parent 8ca1d9f1
...@@ -59,7 +59,7 @@ type managerImpl struct { ...@@ -59,7 +59,7 @@ type managerImpl struct {
killPodFunc KillPodFunc killPodFunc KillPodFunc
// the interface that knows how to do image gc // the interface that knows how to do image gc
imageGC ImageGC imageGC ImageGC
// the interface that knows how to do image gc // the interface that knows how to do container gc
containerGC ContainerGC containerGC ContainerGC
// protects access to internal state // protects access to internal state
sync.RWMutex sync.RWMutex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment