summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hromatka <tom.hromatka@oracle.com>2021-08-25 11:20:29 -0600
committerTom Hromatka <tom.hromatka@oracle.com>2021-08-25 11:20:29 -0600
commit91a3f102a22a9c191c9e1e61554875656b5cf9fb (patch)
tree2939b59047d7336d070f2e188695b1e04d494211
parentc3559610ffdcda23a7fbd38fea86f8ed81fb16b0 (diff)
downloadlibseccomp-91a3f102a22a9c191c9e1e61554875656b5cf9fb.tar.gz
bpf: Fix typo in comment
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
-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 f7b6eca..5f88972 100644
--- a/src/gen_bpf.c
+++ b/src/gen_bpf.c
@@ -432,7 +432,7 @@ static struct bpf_blk *_blk_prepend(struct bpf_state *state,
* @param blk the BPF instruction block
*
* Add the BPF instruction block to the end of the BPF program and perform the
- * necssary translation. Returns zero on success, negative values on failure
+ * necessary translation. Returns zero on success, negative values on failure
* and in the case of failure the BPF program is free'd.
*
*/