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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gen_bpf.c b/src/gen_bpf.c
index 175bf6b..452d954 100644
--- a/src/gen_bpf.c
+++ b/src/gen_bpf.c
@@ -516,7 +516,7 @@ static void _program_free(struct bpf_program *prg)
/**
* Free the BPF state
- * @param the BPF state
+ * @param state the BPF state
*
* Free all of the BPF state, including the BPF program if present.
*
@@ -1943,7 +1943,7 @@ bpf_generate_end:
/**
* Free memory associated with a BPF representation
- * @param fprog the BPF representation
+ * @param program the BPF representation
*
* Free the memory associated with a BPF representation generated by the
* gen_bpf_generate() function.