Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2019 04:54:26 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351561 - head/sys/contrib/ipfilter/netinet
Message-ID:  <201908280454.x7S4sQn2019048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Aug 28 04:54:26 2019
New Revision: 351561
URL: https://svnweb.freebsd.org/changeset/base/351561

Log:
  Fixup typo in comment.
  
  Obtained from:	NetBSD ip_nat.c r1.7
  MFC after:	3 days

Modified:
  head/sys/contrib/ipfilter/netinet/ip_nat.c

Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c
==============================================================================
--- head/sys/contrib/ipfilter/netinet/ip_nat.c	Wed Aug 28 04:19:37 2019	(r351560)
+++ head/sys/contrib/ipfilter/netinet/ip_nat.c	Wed Aug 28 04:54:26 2019	(r351561)
@@ -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).    */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908280454.x7S4sQn2019048>