mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ipfilter: Correct a typo in a comment
MFC after: 3 days
This commit is contained in:
parent
978c7e2247
commit
445ecc480c
1 changed files with 1 additions and 1 deletions
|
|
@ -1710,7 +1710,7 @@ ipf_nat_getsz(ipf_main_softc_t *softc, caddr_t data, int getlock)
|
|||
}
|
||||
|
||||
/*
|
||||
* Incluse any space required for proxy data structures.
|
||||
* Include any space required for proxy data structures.
|
||||
*/
|
||||
ng.ng_sz = sizeof(nat_save_t);
|
||||
aps = nat->nat_aps;
|
||||
|
|
|
|||
Loading…
Reference in a new issue