svn commit: r331151 - stable/11/sys/netpfil/ipfw

Eitan Adler eadler at FreeBSD.org
Sun Mar 18 22:42:33 UTC 2018


Author: eadler
Date: Sun Mar 18 22:42:32 2018
New Revision: 331151
URL: https://svnweb.freebsd.org/changeset/base/331151

Log:
  MFC r314955:
  
  o Typo in the comment fixed.

Modified:
  stable/11/sys/netpfil/ipfw/ip_fw_table.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/netpfil/ipfw/ip_fw_table.c
==============================================================================
--- stable/11/sys/netpfil/ipfw/ip_fw_table.c	Sun Mar 18 22:36:21 2018	(r331150)
+++ stable/11/sys/netpfil/ipfw/ip_fw_table.c	Sun Mar 18 22:42:32 2018	(r331151)
@@ -406,7 +406,7 @@ prepare_batch_buffer(struct ip_fw_chain *ch, struct ta
 	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-stable-11 mailing list