mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
hyperv/hn: Fix typo in comment
MFC after: 1 week Sponsored by: Microsoft OSTC
This commit is contained in:
parent
6c03f94bb3
commit
33c6a6670f
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue