summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2020-10-03 11:50:38 +0000
committerPaul Moore <paul@paul-moore.com>2020-10-21 10:25:06 -0400
commitff6923163174ed156c4c0645961e602396298df9 (patch)
treeba9f9b1ea34ba9549bdb6681044cbed0c46f64f9 /src
parent3734fdc1f6a863cbef0377db1fe239791794be84 (diff)
downloadlibseccomp-ff6923163174ed156c4c0645961e602396298df9.tar.gz
all: fix typo in Berkeley
Signed-off-by: Samanta Navarro <ferivoz@riseup.net> Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'src')
-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 13aa669..1a9eb24 100644
--- a/src/python/seccomp.pyx
+++ b/src/python/seccomp.pyx
@@ -1023,7 +1023,7 @@ cdef class SyscallFilter:
file - the output file
Description:
- Output the filter in Berkley Packet Filter (BPF) to the given
+ Output the filter in Berkeley Packet Filter (BPF) to the given
file. The output is identical to what is loaded into the
Linux Kernel.
"""