diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-03-30 02:25:12 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-03-30 02:25:12 +0000 |
commit | 5a7ed65fffd3ee4406e66d43a9a45f81b4fa450c (patch) | |
tree | e47242f2efc791567750f2aea717ac02a4c32c81 | |
parent | be9a13138e1f43e3e333f5069efd5595b6aa542d (diff) |
Notes
-rw-r--r-- | sys/dev/hyperv/vmbus/hyperv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hyperv/vmbus/hyperv.c b/sys/dev/hyperv/vmbus/hyperv.c index dfc85f12f49d..050251cfc1b6 100644 --- a/sys/dev/hyperv/vmbus/hyperv.c +++ b/sys/dev/hyperv/vmbus/hyperv.c @@ -27,7 +27,7 @@ */ /** - * Implements low-level interactions with Hypver-V/Azure + * Implements low-level interactions with Hyper-V/Azure */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |