summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Hromatka <tom.hromatka@oracle.com>2021-08-25 11:17:33 -0600
committerTom Hromatka <tom.hromatka@oracle.com>2021-08-25 11:17:33 -0600
commit567eb6654622cc7db76ab8c27ec9daee171b037f (patch)
treeb644390ee447d9a7c501de332f64d139abaf95a7 /src
parent5c22d4b6825438a1513831ce0aab3519bf313ed3 (diff)
downloadlibseccomp-567eb6654622cc7db76ab8c27ec9daee171b037f.tar.gz
bpf: Fix typo in comment
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Diffstat (limited to 'src')
-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 602810c..c878f44 100644
--- a/src/gen_bpf.c
+++ b/src/gen_bpf.c
@@ -435,7 +435,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.
*
*/