Merge pull request #32091 from ZTE-PaaS/zhangke-patch-038

Automatic merge from submit-queue

wrong word of comment in cache.go
This commit is contained in:
Kubernetes Submit Queue 2016-09-11 06:59:51 -07:00 committed by GitHub
commit beb4789265

View File

@ -49,7 +49,7 @@ type data struct {
status *PodStatus
// Error got when trying to inspect the pod.
err error
// Time when the data was last modfied.
// Time when the data was last modified.
modified time.Time
}