summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-02-14 02:28:59 +0000
committersephe <sephe@FreeBSD.org>2016-02-14 02:28:59 +0000
commitedc6e1d8ce18726bd50edfa28716a970ea318afa (patch)
treeed329b36c1236d98fb989950ae294f93476417f2 /sys/dev
parent81a1e6341d7139ef6a6bf605fed8b7bcadd45462 (diff)
downloadFreeBSD-src-edc6e1d8ce18726bd50edfa28716a970ea318afa.zip
FreeBSD-src-edc6e1d8ce18726bd50edfa28716a970ea318afa.tar.gz
hyperv/hn: Fix typo in comment
Noticed by: avos Reviewed by: adrian, avos, Hongjiang Zhang <honzhan microsoft com> Approved by: adrian MFC after: 1 week Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D5199
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c b/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
index be43bf4..b2a2079 100644
--- a/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
+++ b/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
@@ -787,7 +787,7 @@ netvsc_channel_rollup(struct hv_device *device_ctx)
/*
* NOTE:
- * This this function fails, then both txd and m_head0 will be freed
+ * If this function fails, then both txd and m_head0 will be freed.
*/
static int
hn_encap(struct hn_softc *sc, struct hn_txdesc *txd, struct mbuf **m_head0)
OpenPOWER on IntegriCloud