ipfilter: Correct a typo in a comment

MFC after:	3 days
This commit is contained in:
Cy Schubert 2022-02-01 19:55:56 -08:00
parent 978c7e2247
commit 445ecc480c

View file

@ -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;