From 6ac518e0df018abaad471a8006a1187a5e5a224d Mon Sep 17 00:00:00 2001 From: stepyu <390282283@qq.com> Date: Tue, 16 Oct 2018 10:55:54 +0800 Subject: [PATCH] fix comments --- pkg/security/apparmor/validate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/security/apparmor/validate.go b/pkg/security/apparmor/validate.go index 740698f205c..25ea591fca0 100644 --- a/pkg/security/apparmor/validate.go +++ b/pkg/security/apparmor/validate.go @@ -36,7 +36,7 @@ import ( // Set to true if the wrong build tags are set (see validate_disabled.go). var isDisabledBuild bool -// Interface for validating that a pod with with an AppArmor profile can be run by a Node. +// Interface for validating that a pod with an AppArmor profile can be run by a Node. type Validator interface { Validate(pod *v1.Pod) error ValidateHost() error