From fb5ec438c404155e6f4642162608f5cc35d81a17 Mon Sep 17 00:00:00 2001 From: Ke Zhang Date: Tue, 6 Sep 2016 09:57:21 +0800 Subject: [PATCH] wrong word of comment in cache.go --- pkg/kubelet/container/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/container/cache.go b/pkg/kubelet/container/cache.go index a15acf006c2..e7124ea1ccf 100644 --- a/pkg/kubelet/container/cache.go +++ b/pkg/kubelet/container/cache.go @@ -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 }