Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2017 03:33:27 +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: r323962 - head/sys/contrib/ipfilter/netinet
Message-ID:  <201709240333.v8O3XRot009112@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sun Sep 24 03:33:26 2017
New Revision: 323962
URL: https://svnweb.freebsd.org/changeset/base/323962

Log:
  Fix typo from r323945.
  
  Reported by:	Gary Jennejohn <gljennjohn@gmail.com>
  Point hat to:	cy (me)

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	Sun Sep 24 02:50:59 2017	(r323961)
+++ head/sys/contrib/ipfilter/netinet/ip_nat.c	Sun Sep 24 03:33:26 2017	(r323962)
@@ -6093,7 +6093,7 @@ ipf_nat_icmpquerytype(icmptype)
 	{
 	case ICMP_ECHOREPLY:
 	case ICMP_ECHO:
-	/* route advertisement/soliciation is currently unsupported: */
+	/* route advertisement/solicitation is currently unsupported: */
 	/* it would require rewriting the ICMP data section          */
 	case ICMP_TSTAMP:
 	case ICMP_TSTAMPREPLY:



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