summaryrefslogtreecommitdiffstats
path: root/sys/net/bpfdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/bpfdesc.h')
-rw-r--r--sys/net/bpfdesc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h
index 0474c8a..dff9aca 100644
--- a/sys/net/bpfdesc.h
+++ b/sys/net/bpfdesc.h
@@ -37,7 +37,7 @@
*
* @(#)bpfdesc.h 8.1 (Berkeley) 6/10/93
*
- * $Id: bpfdesc.h,v 1.5 1995/06/15 18:11:00 pst Exp $
+ * $Id: bpfdesc.h,v 1.6 1995/12/14 09:53:11 phk Exp $
*/
#ifndef _NET_BPFDESC_H_
@@ -98,7 +98,7 @@ struct bpf_if {
struct bpf_if **bif_driverp; /* pointer into softc */
u_int bif_dlt; /* link layer type */
u_int bif_hdrlen; /* length of header (with padding) */
- struct ifnet *bif_ifp; /* correspoding interface */
+ struct ifnet *bif_ifp; /* corresponding interface */
};
#endif
OpenPOWER on IntegriCloud