Fixup typo in comment.

Obtained from:	NetBSD ip_nat.c r1.7
MFC after:	3 days
This commit is contained in:
Cy Schubert 2019-08-28 04:54:26 +00:00
parent 5e63333052
commit 6d7534d8ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351561

View File

@ -3073,7 +3073,7 @@ ipf_nat_newrdr(fin, nat, ni)
/* Attempts to create a new NAT entry. Does not actually change the packet */
/* in any way. */
/* */
/* This fucntion is in three main parts: (1) deal with creating a new NAT */
/* This function is in three main parts: (1) deal with creating a new NAT */
/* structure for a "MAP" rule (outgoing NAT translation); (2) deal with */
/* creating a new NAT structure for a "RDR" rule (incoming NAT translation) */
/* and (3) building that structure and putting it into the NAT table(s). */