Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2018 08:45:39 +0000 (UTC)
From:      Eitan Adler <eadler@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: r330475 - stable/11/sys/contrib/ipfilter/netinet
Message-ID:  <201803050845.w258jdwX028113@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon Mar  5 08:45:39 2018
New Revision: 330475
URL: https://svnweb.freebsd.org/changeset/base/330475

Log:
  MFC r306449:
  
  Remove an extra etter.

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

Modified: stable/11/sys/contrib/ipfilter/netinet/fil.c
==============================================================================
--- stable/11/sys/contrib/ipfilter/netinet/fil.c	Mon Mar  5 08:44:49 2018	(r330474)
+++ stable/11/sys/contrib/ipfilter/netinet/fil.c	Mon Mar  5 08:45:39 2018	(r330475)
@@ -421,7 +421,7 @@ static ipftuneable_t ipf_main_tuneables[] = {
 
 
 /*
- * The next section of code is a a collection of small routines that set
+ * The next section of code is a collection of small routines that set
  * fields in the fr_info_t structure passed based on properties of the
  * current packet.  There are different routines for the same protocol
  * for each of IPv4 and IPv6.  Adding a new protocol, for which there



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