summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*
*/