summaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-10-21 13:21:53 +0000
committerandvar <andvar@NetBSD.org>2021-10-21 13:21:53 +0000
commite4abc357594cfaf6271a791c725314ee5f6467c8 (patch)
treefc775cdcadcf089871cd219cd2b8f45bd2b2de28 /sys/dev/hyperv
parent1c62d2781c93e0d949f960a7233951ece565793d (diff)
fix various typos, mainly in comments, but also in man pages and log messages.
Diffstat (limited to 'sys/dev/hyperv')
-rw-r--r--sys/dev/hyperv/if_hvnreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hyperv/if_hvnreg.h b/sys/dev/hyperv/if_hvnreg.h
index f43cb1b7a7c..12f8e507a75 100644
--- a/sys/dev/hyperv/if_hvnreg.h
+++ b/sys/dev/hyperv/if_hvnreg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: if_hvnreg.h,v 1.1 2019/02/15 08:54:01 nonaka Exp $ */
+/* $NetBSD: if_hvnreg.h,v 1.2 2021/10/21 13:21:54 andvar Exp $ */
/* $OpenBSD: if_hvnreg.h,v 1.3 2016/09/14 17:48:28 mikeb Exp $ */
/*-
@@ -96,7 +96,7 @@ struct hvn_nvs_init_resp {
uint32_t nvs_status; /* HVN_NVS_STATUS_ */
} __packed;
-/* No reponse */
+/* No response */
struct hvn_nvs_ndis_conf {
uint32_t nvs_type; /* HVN_NVS_TYPE_NDIS_CONF */
uint32_t nvs_mtu;