hyperv/hn: Fix typo in comment

MFC after:	1 week
Sponsored by:	Microsoft OSTC
This commit is contained in:
Sepherosa Ziehau 2016-03-02 03:19:59 +00:00
parent 6c03f94bb3
commit 33c6a6670f

View file

@ -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");