summaryrefslogtreecommitdiff
path: root/src/gen_bpf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen_bpf.c')
-rw-r--r--src/gen_bpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen_bpf.c b/src/gen_bpf.c
index 7131761..4ce9081 100644
--- a/src/gen_bpf.c
+++ b/src/gen_bpf.c
@@ -1309,7 +1309,7 @@ static inline bool _skip_syscall(struct bpf_state *state,
if (!syscall->valid)
return true;
- /* psuedo-syscalls should not be added to the filter unless explicitly
+ /* pseudo-syscalls should not be added to the filter unless explicitly
* requested via SCMP_FLTATR_API_TSKIP
*/
if (((int)syscall->num < 0) &&