summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2013-11-17 08:58:35 +0000
committerdlg <dlg@openbsd.org>2013-11-17 08:58:35 +0000
commite14a70f759f5e7f8085871046957fb1b9625e8d2 (patch)
tree6f81afd115cb0f61d6ca69fb5fb1b454015193f2
parentRemove unused /dev/X0 entries. ok millert@ (diff)
downloadwireguard-openbsd-e14a70f759f5e7f8085871046957fb1b9625e8d2.tar.xz
wireguard-openbsd-e14a70f759f5e7f8085871046957fb1b9625e8d2.zip
speeling
-rw-r--r--sys/net/bpf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c
index 9d704886e06..a08af5bd239 100644
--- a/sys/net/bpf.c
+++ b/sys/net/bpf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bpf.c,v 1.87 2013/11/15 21:41:54 dlg Exp $ */
+/* $OpenBSD: bpf.c,v 1.88 2013/11/17 08:58:35 dlg Exp $ */
/* $NetBSD: bpf.c,v 1.33 1997/02/21 23:59:35 thorpej Exp $ */
/*
@@ -172,8 +172,8 @@ bpf_movein(struct uio *uio, u_int linktype, struct mbuf **mp,
case DLT_ATM_RFC1483:
/*
- * en atm driver requires 4-byte atm pseudo header.
- * though it isn't standard, vpi:vci needs to be
+ * An ATM driver requires 4-byte ATM pseudo header.
+ * Though it isn't standard, vpi:vci needs to be
* specified anyway.
*/
sockp->sa_family = AF_UNSPEC;
@@ -401,7 +401,7 @@ bpfread(dev_t dev, struct uio *uio, int ioflag)
D_GET(d);
/*
- * bd_rdStart is tagged when we start the read, iff there's a timeout.
+ * If there's a timeout, bd_rdStart is tagged when we start the read.
* we can then figure out when we're done reading.
*/
if (d->bd_rtout != -1 && d->bd_rdStart == 0)