Bug 217617 - Typo in ip_fw_table.c
Summary: Typo in ip_fw_table.c
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 11.0-STABLE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ipfw (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-03-07 20:48 UTC by Lutz Donnerhacke
Modified: 2017-03-09 09:56 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lutz Donnerhacke freebsd_committer freebsd_triage 2017-03-07 20:48:11 UTC
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 {
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-09 09:55:16 UTC
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