Date: Wed, 7 Sep 2022 07:27:02 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 226fabedb58f - stable/13 - hyperv: Fix a typo in a source code comment Message-ID: <202209070727.2877R24V042862@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=226fabedb58f404d6dc15a9e3a34aebb332c6681 commit 226fabedb58f404d6dc15a9e3a34aebb332c6681 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 15:19:40 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-07 07:25:40 +0000 hyperv: Fix a typo in a source code comment - s/Unsupport/Unsupported/ (cherry picked from commit 630c51774523274cb3f616aefd0be7b747dca991) --- 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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209070727.2877R24V042862>