svn commit: r296297 - head/sys/dev/hyperv/netvsc
Sepherosa Ziehau
sephe at FreeBSD.org
Wed Mar 2 03:20:01 UTC 2016
Author: sephe
Date: Wed Mar 2 03:19:59 2016
New Revision: 296297
URL: https://svnweb.freebsd.org/changeset/base/296297
Log:
hyperv/hn: Fix typo in comment
MFC after: 1 week
Sponsored by: Microsoft OSTC
Modified:
head/sys/dev/hyperv/netvsc/hv_net_vsc.c
Modified: head/sys/dev/hyperv/netvsc/hv_net_vsc.c
==============================================================================
--- head/sys/dev/hyperv/netvsc/hv_net_vsc.c Wed Mar 2 03:07:31 2016 (r296296)
+++ head/sys/dev/hyperv/netvsc/hv_net_vsc.c Wed Mar 2 03:19:59 2016 (r296297)
@@ -49,7 +49,7 @@
#include "hv_rndis.h"
#include "hv_rndis_filter.h"
-/* priv1 and priv1 are consumed by the main driver */
+/* priv1 and priv2 are consumed by the main driver */
#define hv_chan_rdbuf hv_chan_priv3
MALLOC_DEFINE(M_NETVSC, "netvsc", "Hyper-V netvsc driver");
More information about the svn-src-all
mailing list