]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
seccomp: remove confusing comment line
authorFelix Abecassis <fabecassis@nvidia.com>
Thu, 24 May 2018 04:28:01 +0000 (21:28 -0700)
committerFelix Abecassis <fabecassis@nvidia.com>
Thu, 24 May 2018 04:28:01 +0000 (21:28 -0700)
Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
src/lxc/seccomp.c

index 6a0a1ffd0d3d98d5a8bf98b999f48f84b4d5f04a..9787d0791b456fc2669e297bdb27ab0d13289bfb 100644 (file)
@@ -164,7 +164,6 @@ static enum scmp_compare parse_v2_rule_op(char *s)
 
 /* This function is used to parse the args string into the structure.
  * args string format:[index,value,op,valueTwo] or [index,value,op]
- * For one arguments, [index,value,valueTwo,op]
  * index: the index for syscall arguments (type uint)
  * value: the value for syscall arguments (type uint64)
  * op: the operator for syscall arguments(string),