summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/python/seccomp.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/seccomp.pyx b/src/python/seccomp.pyx
index 396c31d..ed28058 100644
--- a/src/python/seccomp.pyx
+++ b/src/python/seccomp.pyx
@@ -163,7 +163,7 @@ cdef class Arg:
""" Initialize the argument comparison.
Arguments:
- arg - the arguement number, starting at 0
+ arg - the argument number, starting at 0
op - the argument comparison operator, e.g. {NE,LT,LE,...}
datum_a - argument value
datum_b - argument value, only valid when op == MASKED_EQ