From fe247cae7ac93ce63dd9c35809f8736b7dc673be Mon Sep 17 00:00:00 2001 From: enami Date: Tue, 10 Apr 2001 22:58:55 +0000 Subject: [PATCH] fix possible typo in comment. --- sys/net/if.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/if.h b/sys/net/if.h index 98494ae8d982..4e6fb488eac7 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -1,4 +1,4 @@ -/* $NetBSD: if.h,v 1.67 2001/04/10 21:45:39 thorpej Exp $ */ +/* $NetBSD: if.h,v 1.68 2001/04/10 22:58:55 enami Exp $ */ /*- * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc. @@ -276,7 +276,7 @@ struct ifnet { /* and the entries */ struct ifprefix *if_prefixlist; /* linked list of prefixes per if */ void *if_bridge; /* bridge glue */ int if_dlt; /* data link type () */ - struct pfil_head if_pfil; /* filterint point */ + struct pfil_head if_pfil; /* filtering point */ }; #define if_mtu if_data.ifi_mtu #define if_type if_data.ifi_type