From ff8fbd4c8b8449ce330b399e1e564c4cd8d6d39c Mon Sep 17 00:00:00 2001 From: Julien Balestra Date: Mon, 20 Feb 2017 18:16:41 +0100 Subject: [PATCH] Fix a typo --- pkg/kubelet/rkt/rkt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/rkt/rkt.go b/pkg/kubelet/rkt/rkt.go index 726d5364075..6420245037c 100644 --- a/pkg/kubelet/rkt/rkt.go +++ b/pkg/kubelet/rkt/rkt.go @@ -1108,7 +1108,7 @@ func (r *Runtime) getSelinuxContext(opt *v1.SELinuxOptions) (string, error) { return strings.Join(ctx, ":"), nil } -// From the generateName or the podName return a basename for improve the logging with the Journal +// From the generateName or the podName return a basename for improving the logging with the Journal // journalctl -t podBaseName func constructSyslogIdentifier(generateName string, podName string) string { if (len(generateName) > 1 && generateName[len(generateName) - 1] == '-') {