diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index b2d8e2bbf6c1..5c5ee75bb304 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 {