summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlteo <lteo@openbsd.org>2014-10-05 18:43:56 +0000
committerlteo <lteo@openbsd.org>2014-10-05 18:43:56 +0000
commit7574e102f2ff48ec0a7a0ba21b8ddd773b9a0efb (patch)
treeb811e8e19152fb9af93af7f4381ac99317428913
parentTest that the specified libevent backend kqueue(2) or poll(2) or (diff)
downloadwireguard-openbsd-7574e102f2ff48ec0a7a0ba21b8ddd773b9a0efb.tar.xz
wireguard-openbsd-7574e102f2ff48ec0a7a0ba21b8ddd773b9a0efb.zip
fix typo in comment: correspoding -> corresponding
-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 799c6c6b2c8..256d2518d93 100644
--- a/sys/net/bpfdesc.h
+++ b/sys/net/bpfdesc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bpfdesc.h,v 1.22 2013/12/18 13:40:08 krw Exp $ */
+/* $OpenBSD: bpfdesc.h,v 1.23 2014/10/05 18:43:56 lteo Exp $ */
/* $NetBSD: bpfdesc.h,v 1.11 1995/09/27 18:30:42 thorpej Exp $ */
/*
@@ -101,7 +101,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 */
};
int bpf_setf(struct bpf_d *, struct bpf_program *, int);