Skip to content

Commit

Permalink
bpf: Fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hromatka <[email protected]>
  • Loading branch information
drakenclimber committed Aug 25, 2021
1 parent 5c22d4b commit 567eb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gen_bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
*/
Expand Down

0 comments on commit 567eb66

Please sign in to comment.