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@FreeBSD.org
          Reporter: l...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to