From 962bdda0dc6f272296c7a4d15a0c4dc458d45eea Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Wed, 28 Jan 2015 12:00:53 -0500 Subject: [PATCH] Fix typo in kubelet --- pkg/kubelet/kubelet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/kubelet.go b/pkg/kubelet/kubelet.go index a9bcee3b25d..327e520b8f8 100644 --- a/pkg/kubelet/kubelet.go +++ b/pkg/kubelet/kubelet.go @@ -740,7 +740,7 @@ func (kl *Kubelet) getServiceEnvVarMap(ns string) (map[string]string, error) { switch service.Namespace { // for the case whether the master service namespace is the namespace the pod - // is in, pod should receive all the pods in the namespace. + // is in, the pod should receive all the services in the namespace. // // ordering of the case clauses below enforces this case ns: