Merge pull request #326 from ZJU-SEL/fix-named

change named to names
This commit is contained in:
Mrunal Patel 2015-10-08 09:27:44 -07:00
commit 7f9864f576
1 changed files with 1 additions and 1 deletions

View File

@ -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