Correct spelling error in comment

This commit is contained in:
Gary Palmer 1996-06-02 00:15:19 +00:00
parent a330e1f1a5
commit b750974745
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16065

View File

@ -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 {