svn commit: r324513 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

Cy Schubert cy at FreeBSD.org
Wed Oct 11 05:02:37 UTC 2017


Author: cy
Date: Wed Oct 11 05:02:36 2017
New Revision: 324513
URL: https://svnweb.freebsd.org/changeset/base/324513

Log:
  MFC r323945 and 323962
  
  Fix misspellings, typos and /* border misalignments.

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/10/sys/contrib/ipfilter/netinet/ip_nat.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/11/sys/contrib/ipfilter/netinet/ip_nat.c
==============================================================================
--- stable/11/sys/contrib/ipfilter/netinet/ip_nat.c	Wed Oct 11 03:50:44 2017	(r324512)
+++ stable/11/sys/contrib/ipfilter/netinet/ip_nat.c	Wed Oct 11 05:02:36 2017	(r324513)
@@ -6093,8 +6093,8 @@ ipf_nat_icmpquerytype(icmptype)
 	{
 	case ICMP_ECHOREPLY:
 	case ICMP_ECHO:
-	/* route aedvertisement/solliciation is currently unsupported: */
-	/* it would require rewriting the ICMP data section            */
+	/* route advertisement/solicitation is currently unsupported: */
+	/* it would require rewriting the ICMP data section          */
 	case ICMP_TSTAMP:
 	case ICMP_TSTAMPREPLY:
 	case ICMP_IREQ:


More information about the svn-src-stable mailing list