mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
ipfw: Fix a typo in a source code comment
- s/defaul/default/ MFC after: 3 days
This commit is contained in:
parent
ee2e36686e
commit
78e4dbc345
@ -979,7 +979,7 @@ typedef struct _ipfw_range_tlv {
|
||||
#define IPFW_RCFLAG_USER (IPFW_RCFLAG_RANGE | IPFW_RCFLAG_ALL | \
|
||||
IPFW_RCFLAG_SET | IPFW_RCFLAG_DYNAMIC)
|
||||
/* Internally used flags */
|
||||
#define IPFW_RCFLAG_DEFAULT 0x0100 /* Do not skip defaul rule */
|
||||
#define IPFW_RCFLAG_DEFAULT 0x0100 /* Do not skip default rule */
|
||||
|
||||
typedef struct _ipfw_ta_tinfo {
|
||||
uint32_t flags; /* Format flags */
|
||||
|
Loading…
Reference in New Issue
Block a user