summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-10-10 14:33:47 +0000
committerrwatson <rwatson@FreeBSD.org>2008-10-10 14:33:47 +0000
commitd24475776ed80afe8823e0b39730ffbd59d5815f (patch)
tree073f8aeeeb5d62b6fee8bdb2bd57335ea442efce /sys/netinet/ip_fw.h
parent0d502887b1cecfa1072b874a1ca2389af74ef93d (diff)
downloadFreeBSD-src-d24475776ed80afe8823e0b39730ffbd59d5815f.zip
FreeBSD-src-d24475776ed80afe8823e0b39730ffbd59d5815f.tar.gz
Fix content and spelling of comment on _ipfw_insn.len -- a count of
32-bit words, not 32-byte words. MFC after: 3 days
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index a274f94..a0123ad 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -223,7 +223,7 @@ enum ipfw_opcodes { /* arguments (4 byte each) */
*/
typedef struct _ipfw_insn { /* template for instructions */
enum ipfw_opcodes opcode:8;
- u_int8_t len; /* numer of 32-byte words */
+ u_int8_t len; /* number of 32-bit words */
#define F_NOT 0x80
#define F_OR 0x40
#define F_LEN_MASK 0x3f
OpenPOWER on IntegriCloud