[Bug 217617] Typo in ip_fw_table.c
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Mar 7 20:48:11 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217617
Bug ID: 217617
Summary: Typo in ip_fw_table.c
Product: Base System
Version: 11.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: lutz at donnerhacke.de
Line numbers might be off, there are other modifications in this file
--- sys/netpfil/ipfw/ip_fw_table.c (revision 314807)
+++ sys/netpfil/ipfw/ip_fw_table.c (working copy)
@@ -405,7 +405,7 @@
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 {
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list