svn commit: r314955 - head/sys/netpfil/ipfw

Maxim Konovalov maxim at FreeBSD.org
Thu Mar 9 09:54:24 UTC 2017


Author: maxim
Date: Thu Mar  9 09:54:23 2017
New Revision: 314955
URL: https://svnweb.freebsd.org/changeset/base/314955

Log:
  o Typo in the comment fixed.
  
  PR:		217617
  Submitted by:	lutz

Modified:
  head/sys/netpfil/ipfw/ip_fw_table.c

Modified: head/sys/netpfil/ipfw/ip_fw_table.c
==============================================================================
--- head/sys/netpfil/ipfw/ip_fw_table.c	Thu Mar  9 09:25:11 2017	(r314954)
+++ head/sys/netpfil/ipfw/ip_fw_table.c	Thu Mar  9 09:54:23 2017	(r314955)
@@ -405,7 +405,7 @@ prepare_batch_buffer(struct ip_fw_chain 
 	error = 0;
 	ta_buf_sz = ta->ta_buf_size;
 	if (count == 1) {
-		/* Sigle add/delete, use on-stack buffer */
+		/* Single add/delete, use on-stack buffer */
 		memset(*ta_buf, 0, TA_BUF_SZ);
 		ta_buf_m = *ta_buf;
 	} else {


More information about the svn-src-head mailing list