| Summary: | Typo in ip_fw_table.c | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Lutz Donnerhacke <donner> |
| Component: | kern | Assignee: | freebsd-ipfw (Nobody) <ipfw> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | donner, maxim |
| Priority: | --- | Keywords: | patch |
| Version: | 11.0-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
A commit references this bug: Author: maxim Date: Thu Mar 9 09:54:23 UTC 2017 New revision: 314955 URL: https://svnweb.freebsd.org/changeset/base/314955 Log: o Typo in the comment fixed. PR: 217617 Submitted by: lutz Changes: head/sys/netpfil/ipfw/ip_fw_table.c |
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 {