aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 03:41:25 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 03:41:25 +0000
commit453130d9bfc1c6d68b366dfcb041689d69f81295 (patch)
treefe36ef227324b313676d43aef9a4d97c9a09675a /sys/dev/hyperv
parent7860c0c3843dbb1cf8f4f2c20ee526e8dd2661da (diff)
Notes
Diffstat (limited to 'sys/dev/hyperv')
-rw-r--r--sys/dev/hyperv/include/hyperv.h2
-rw-r--r--sys/dev/hyperv/utilities/hv_kvp.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h
index aeec8ec6e169e..d5166f6450345 100644
--- a/sys/dev/hyperv/include/hyperv.h
+++ b/sys/dev/hyperv/include/hyperv.h
@@ -783,7 +783,7 @@ typedef struct hv_vmbus_channel {
/*
* From Win8, this field specifies the target virtual process
- * on which to deliver the interupt from the host to guest.
+ * on which to deliver the interrupt from the host to guest.
* Before Win8, all channel interrupts would only be
* delivered on cpu 0. Setting this value to 0 would preserve
* the earlier behavior.
diff --git a/sys/dev/hyperv/utilities/hv_kvp.c b/sys/dev/hyperv/utilities/hv_kvp.c
index d4520d6ed75a4..c39083a1d7aba 100644
--- a/sys/dev/hyperv/utilities/hv_kvp.c
+++ b/sys/dev/hyperv/utilities/hv_kvp.c
@@ -118,7 +118,7 @@ typedef struct hv_kvp_sc {
struct hv_util_sc util_sc;
/* Unless specified the pending mutex should be
- * used to alter the values of the following paramters:
+ * used to alter the values of the following parameters:
* 1. req_in_progress
* 2. req_timed_out
*/
@@ -778,7 +778,7 @@ hv_kvp_dev_daemon_read(struct cdev *dev, struct uio *uio, int ioflag __unused)
/*
* hv_kvp_daemon write invokes this function
- * acts as a recieve from daemon
+ * acts as a receive from daemon
*/
static int
hv_kvp_dev_daemon_write(struct cdev *dev, struct uio *uio, int ioflag __unused)