summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@amacapital.net>2013-11-05 11:36:39 -0800
committerPaul Moore <pmoore@redhat.com>2013-11-08 13:38:43 -0500
commit46a0ab2f1be238d60cbaa491b98f1320b0bf6b9b (patch)
tree0319e81ef16bf209e4f8a966a4bcae5d0d1dc5e0 /src/python
parent28a57d88561ae518b1325166022d15eae2a8b908 (diff)
downloadlibseccomp-46a0ab2f1be238d60cbaa491b98f1320b0bf6b9b.tar.gz
python: Fix a typo in a comment
Signed-off-by: Andy Lutomirski <luto@amacapital.net> Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'src/python')
-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