svn commit: r323962 - head/sys/contrib/ipfilter/netinet

Cy Schubert cy at FreeBSD.org
Sun Sep 24 03:33:28 UTC 2017


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 at 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:


More information about the svn-src-head mailing list