From 3667c04da9960bba198b976cd642cffbe8ce41f9 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 12 Feb 2005 18:10:26 +0000 Subject: [PATCH] Fix typo in a comment. --- sys/netgraph/ng_bpf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netgraph/ng_bpf.h b/sys/netgraph/ng_bpf.h index cef819cc2721..8d1eb8b63d4b 100644 --- a/sys/netgraph/ng_bpf.h +++ b/sys/netgraph/ng_bpf.h @@ -53,7 +53,7 @@ struct ng_bpf_hookprog { char thisHook[NG_HOOKSIZ]; /* name of hook */ char ifMatch[NG_HOOKSIZ]; /* match dest hook */ char ifNotMatch[NG_HOOKSIZ]; /* !match dest hook */ - int32_t bpf_prog_len; /* #isns in program */ + int32_t bpf_prog_len; /* #insns in program */ struct bpf_insn bpf_prog[]; /* bpf program */ };