git: eca1906141 - main - Handbook/Virtualization: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Nov 2024 16:28:33 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/doc/commit/?id=eca1906141b68260e3a89df06b61246e75e3c1cb commit eca1906141b68260e3a89df06b61246e75e3c1cb Author: Chris Moerz <freebsd@ny-central.org> AuthorDate: 2024-11-09 16:14:26 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-11-09 16:27:00 +0000 Handbook/Virtualization: Fix typo Reviewed by: Alexander Ziaee <concussious@runbox.com>, jrm Differential Revision: https://reviews.freebsd.org/D47494 --- documentation/content/en/books/handbook/virtualization/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc index 8adee6ce7e..81558529cd 100644 --- a/documentation/content/en/books/handbook/virtualization/_index.adoc +++ b/documentation/content/en/books/handbook/virtualization/_index.adoc @@ -1283,7 +1283,7 @@ The list of link:https://www.qemu.org/docs/master/system/introduction.html#virtu * `Xen` on Linux as dom0 supporting Arm, x86 * `Hypervisor Framework (hvf)` on MacOS supporting x86 and Arm (both 64 bit only) * `Windows Hypervisor Platform (whpx)` on Windows supporting x86 -* `NetBSD Virutal Machine Monitor (nvmm)` on NetBSD supporting x86 +* `NetBSD Virtual Machine Monitor (nvmm)` on NetBSD supporting x86 * `Tiny Code Generator (tcg)` on Linux and other POSIX, Windows, MacOS supporting Arm, x86, Loongarch64, MIPS, PPC, s390x, and Sparc64. All the examples in this section used the `Tiny Code Generator (tcg)` accelerator as that is the only supported accelerator on FreeBSD at present.