Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2019 04:25:35 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r351634 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet
Message-ID:  <201908310425.x7V4PZwx074002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Aug 31 04:25:35 2019
New Revision: 351634
URL: https://svnweb.freebsd.org/changeset/base/351634

Log:
  MFC r351561:
  
  Fixup typo in comment.
  
  Obtained from:	NetBSD ip_nat.c r1.7

Modified:
  stable/11/sys/contrib/ipfilter/netinet/ip_nat.c
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/12/sys/contrib/ipfilter/netinet/ip_nat.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/11/sys/contrib/ipfilter/netinet/ip_nat.c
==============================================================================
--- stable/11/sys/contrib/ipfilter/netinet/ip_nat.c	Sat Aug 31 04:23:25 2019	(r351633)
+++ stable/11/sys/contrib/ipfilter/netinet/ip_nat.c	Sat Aug 31 04:25:35 2019	(r351634)
@@ -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?201908310425.x7V4PZwx074002>