Commit 5c6eb3a1 authored by houjun's avatar houjun

Fix an error in comment

parent d1589522
......@@ -458,7 +458,7 @@ func (dswp *desiredStateOfWorldPopulator) markPodProcessed(
dswp.pods.processedPods[podName] = true
}
// markPodProcessed removes the specified pod from processedPods
// deleteProcessedPod removes the specified pod from processedPods
func (dswp *desiredStateOfWorldPopulator) deleteProcessedPod(
podName volumetypes.UniquePodName) {
dswp.pods.Lock()
......
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