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.