summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-03-30 02:25:12 +0000
committerEd Maste <emaste@FreeBSD.org>2018-03-30 02:25:12 +0000
commit5a7ed65fffd3ee4406e66d43a9a45f81b4fa450c (patch)
treee47242f2efc791567750f2aea717ac02a4c32c81
parentbe9a13138e1f43e3e333f5069efd5595b6aa542d (diff)
Notes
-rw-r--r--sys/dev/hyperv/vmbus/hyperv.c2
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$");