Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Mar 2017 20:48:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 217617] Typo in ip_fw_table.c
Message-ID:  <bug-217617-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217617

            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: lutz@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 =3D 0;
        ta_buf_sz =3D ta->ta_buf_size;
        if (count =3D=3D 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 =3D *ta_buf;
        } else {

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217617-8>