Date: Sat, 23 Sep 2017 10:56:28 +0200 From: Gary Jennejohn <gljennjohn@gmail.com> To: Cy Schubert <cy@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r323945 - head/sys/contrib/ipfilter/netinet Message-ID: <20170923105628.739240b5@ernst.home> In-Reply-To: <201709230600.v8N60HFw070501@repo.freebsd.org> References: <201709230600.v8N60HFw070501@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 23 Sep 2017 06:00:17 +0000 (UTC) Cy Schubert <cy@FreeBSD.org> wrote: > Author: cy > Date: Sat Sep 23 06:00:17 2017 > New Revision: 323945 > URL: https://svnweb.freebsd.org/changeset/base/323945 > > Log: > Correct two misspellings. Also align */. > > 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 Sat Sep 23 01:39:16 2017 (r323944) > +++ head/sys/contrib/ipfilter/netinet/ip_nat.c Sat Sep 23 06:00:17 2017 (r323945) > @@ -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/soliciation is currently unsupported: */ ^^^^^^^^^ still wrong - should be solicitation. > + /* it would require rewriting the ICMP data section */ > case ICMP_TSTAMP: > case ICMP_TSTAMPREPLY: > case ICMP_IREQ: > -- Gary Jennejohn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170923105628.739240b5>