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 { _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"