Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2016 14:01:06 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r306449 - head/sys/contrib/ipfilter/netinet
Message-ID:  <201609291401.u8TE16WI023164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Thu Sep 29 14:01:06 2016
New Revision: 306449
URL: https://svnweb.freebsd.org/changeset/base/306449

Log:
  Remove an extra etter.

Modified:
  head/sys/contrib/ipfilter/netinet/fil.c

Modified: head/sys/contrib/ipfilter/netinet/fil.c
==============================================================================
--- head/sys/contrib/ipfilter/netinet/fil.c	Thu Sep 29 13:59:14 2016	(r306448)
+++ head/sys/contrib/ipfilter/netinet/fil.c	Thu Sep 29 14:01:06 2016	(r306449)
@@ -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?201609291401.u8TE16WI023164>