aboutsummaryrefslogtreecommitdiff
path: root/sandbox.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-07-03 18:30:07 +0000
committerOmar Polo <op@omarpolo.com>2021-07-03 18:30:07 +0000
commit4aa1dd553a8919c61136f8ed7cc775017f628769 (patch)
tree494ebf10d6f791321b549ed217735cd4548a9cb2 /sandbox.c
parentb24021d4a27ec5311490ee51b42dc2dacb18aa23 (diff)
typo
Diffstat (limited to 'sandbox.c')
-rw-r--r--sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox.c b/sandbox.c
index 17f246d..7ac56de 100644
--- a/sandbox.c
+++ b/sandbox.c
@@ -369,7 +369,7 @@ static struct sock_filter filter[] = {
SC_ALLOW(writev),
#endif
- /* disallow enything else */
+ /* disallow everything else */
BPF_STMT(BPF_RET | BPF_K, SC_FAIL),
};