mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 23:43:25 +00:00
ipfw(4): Fix a typo in a source code comment
- s/preserv/preserve/ MFC after: 3 days
This commit is contained in:
parent
6dc7bf0c5c
commit
f795d5458b
@ -1732,7 +1732,7 @@ config_sched(struct dn_sch *_nsch, struct dn_id *arg)
|
|||||||
int i;
|
int i;
|
||||||
struct dn_link p; /* copy of oldlink */
|
struct dn_link p; /* copy of oldlink */
|
||||||
struct dn_profile *pf = NULL; /* copy of old link profile */
|
struct dn_profile *pf = NULL; /* copy of old link profile */
|
||||||
/* Used to preserv mask parameter */
|
/* Used to preserve mask parameter */
|
||||||
struct ipfw_flow_id new_mask;
|
struct ipfw_flow_id new_mask;
|
||||||
int new_buckets = 0;
|
int new_buckets = 0;
|
||||||
int new_flags = 0;
|
int new_flags = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user