aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpfdesc.h
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commit6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/net/bpfdesc.h
parent09b5920411b857421036b7143f6cf39b5e264961 (diff)
downloadsrc-6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49.tar.gz
src-6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49.zip
Fix a bunch of spelling errors in the comment fields of
a bunch of system include files.
Notes
Notes: svn path=/head/; revision=13765
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 0474c8a3f17f..dff9acab5e5c 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