summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordtucker <dtucker@openbsd.org>2013-01-16 06:15:50 +0000
committerdtucker <dtucker@openbsd.org>2013-01-16 06:15:50 +0000
commit0fea8eaca617a0ee5c4399b9182e764a0535c7be (patch)
treee35b34e3c309dd52742836577eb1a29ffae0c1b5 /sys
parentUse the magic of asprintf() to produce more informative error (diff)
downloadwireguard-openbsd-0fea8eaca617a0ee5c4399b9182e764a0535c7be.tar.xz
wireguard-openbsd-0fea8eaca617a0ee5c4399b9182e764a0535c7be.zip
fix typo in comment
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_vr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_vr.c b/sys/dev/pci/if_vr.c
index fce22ddb03e..37a0e040e00 100644
--- a/sys/dev/pci/if_vr.c
+++ b/sys/dev/pci/if_vr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vr.c,v 1.123 2013/01/16 04:23:42 dtucker Exp $ */
+/* $OpenBSD: if_vr.c,v 1.124 2013/01/16 06:15:50 dtucker Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -1291,7 +1291,7 @@ vr_encap(struct vr_softc *sc, struct vr_chain **cp, struct mbuf *m_head)
sc->vr_cdata.vr_tx_cnt++;
}
- /* Set EOP on the last desciptor */
+ /* Set EOP on the last descriptor */
f->vr_ctl |= htole32(VR_TXCTL_LASTFRAG | VR_TXCTL_FINT);
return (0);