Date: Thu, 9 Mar 2017 09:54:23 +0000 (UTC) From: Maxim Konovalov <maxim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314955 - head/sys/netpfil/ipfw Message-ID: <201703090954.v299sN72076303@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703090954.v299sN72076303>