Skip to content

Commit

Permalink
ipfilter: Correct a typo in a comment
Browse files Browse the repository at this point in the history
(cherry picked from commit 445ecc4)
  • Loading branch information
cschuber committed Feb 7, 2022
1 parent ef9042a commit a09ba16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/netpfil/ipfilter/netinet/ip_nat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a09ba16

Please sign in to comment.