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

Eitan Adler eadler at FreeBSD.org
Thu Sep 29 14:01:07 UTC 2016


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


More information about the svn-src-head mailing list