summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-06-02 00:15:19 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-06-02 00:15:19 +0000
commit9ef15286b9136c8810c977c507745104a6b14b9c (patch)
treedddbd58b4e27f27bfe52044eef12a76bdc4a0d27 /sys/netinet/ip_fw.h
parentfa983af07a89f74ca5a05b457f82c93d0f8eb20e (diff)
downloadFreeBSD-src-9ef15286b9136c8810c977c507745104a6b14b9c.zip
FreeBSD-src-9ef15286b9136c8810c977c507745104a6b14b9c.tar.gz
Correct spelling error in comment
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index b2d8e2b..5c5ee75 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -11,7 +11,7 @@
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
- * $Id: ip_fw.h,v 1.17 1996/02/24 13:38:27 phk Exp $
+ * $Id: ip_fw.h,v 1.18 1996/04/03 13:52:15 phk Exp $
*/
/*
@@ -48,7 +48,7 @@ struct ip_fw {
#define IP_FW_MAX_PORTS 10 /* A reasonable maximum */
u_short fw_pts[IP_FW_MAX_PORTS]; /* Array of port numbers to match */
u_char fw_ipopt,fw_ipnopt; /* IP options set/unset */
- u_char fw_tcpf,fw_tcpnf; /* TCP flags sen/unset */
+ u_char fw_tcpf,fw_tcpnf; /* TCP flags set/unset */
};
struct ip_fw_chain {
OpenPOWER on IntegriCloud