From 02fc1644567927f9ebcd83bb7ddd11aa1a56e423 Mon Sep 17 00:00:00 2001 From: xlgao-zju Date: Thu, 8 Oct 2015 21:44:23 +0800 Subject: [PATCH] change named to names Signed-off-by: xlgao-zju --- libcontainer/seccomp/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/seccomp/config.go b/libcontainer/seccomp/config.go index 5acf06685..8bac3357b 100644 --- a/libcontainer/seccomp/config.go +++ b/libcontainer/seccomp/config.go @@ -32,7 +32,7 @@ func ConvertStringToOperator(in string) (configs.Operator, error) { } // ConvertStringToAction converts a string into a Seccomp rule match action. -// Actions use the named they are assigned in Libseccomp's header, though some +// Actions use the names they are assigned in Libseccomp's header, though some // (notable, SCMP_ACT_TRACE) are not available in this implementation and will // return errors. // Attempting to convert a string that is not a valid action results in an