From 14cc9919d0af5ffb8d55d8e30ba53fd35099c10c Mon Sep 17 00:00:00 2001 From: Tamer Tas Date: Fri, 12 Aug 2016 16:49:59 +0300 Subject: [PATCH] pkg/kubelet/container: amend cgroup type documentation --- pkg/kubelet/container/interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/container/interface.go b/pkg/kubelet/container/interface.go index 8b08a4f8f31..63a561e7a44 100644 --- a/pkg/kubelet/container/interface.go +++ b/pkg/kubelet/container/interface.go @@ -105,7 +105,7 @@ type Labels map[string]string type LinuxPodSandboxConfig struct { // CgroupParent is the parent cgroup of the sandbox. The cgroupfs style // syntax will be used, but the container runtime can convert it to systemd - // semantices if needed. + // semantics if needed. CgroupParent string // NamespaceOptions contains configurations for the sandbox's namespaces. // This will be used only if the PodSandbox uses namespace for isolation.