svn commit: r330475 - stable/11/sys/contrib/ipfilter/netinet

Eitan Adler eadler at FreeBSD.org
Mon Mar 5 08:45:40 UTC 2018


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


More information about the svn-src-all mailing list