mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue