Date: Sun, 18 Mar 2018 22:42:33 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r331151 - stable/11/sys/netpfil/ipfw Message-ID: <201803182242.w2IMgXx9054050@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803182242.w2IMgXx9054050>