From 630c51774523274cb3f616aefd0be7b747dca991 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 4 Sep 2022 17:19:40 +0200 Subject: [PATCH] hyperv: Fix a typo in a source code comment - s/Unsupport/Unsupported/ MFC after: 3 days --- sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c b/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c index 11d549dc18d2..f3f5308fa6dc 100644 --- a/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c +++ b/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c @@ -203,7 +203,7 @@ hyperv_tsc_tcinit(void *dummy __unused) break; default: - /* Unsupport CPU vendors. */ + /* Unsupported CPU vendors. */ return; }