git: 549893910d - main - handbook/virtualization: Fix copy&pasto in driver name

From: Benedict Reuschling <bcr_at_FreeBSD.org>
Date: Sun, 21 Jun 2026 10:52:38 UTC
The branch main has been updated by bcr:

URL: https://cgit.FreeBSD.org/doc/commit/?id=549893910de5efc763da95e7cebef9a65af3d7f4

commit 549893910de5efc763da95e7cebef9a65af3d7f4
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2026-06-21 10:48:16 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2026-06-21 10:52:27 +0000

    handbook/virtualization: Fix copy&pasto in driver name
    
    The VMSVGA driver is the one that targets VMware guests, not VBoxSVGA.
    Before this fix, the sentence would contradict the one before it. I must
    have copied the wrong driver name when I made the original change.
    
    Noticed by:     Takashi Shimizu
---
 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 7ff3e2c726..d4cfec6839 100644
--- a/documentation/content/en/books/handbook/virtualization/_index.adoc
+++ b/documentation/content/en/books/handbook/virtualization/_index.adoc
@@ -302,7 +302,7 @@ The VirtualBox(TM) guest additions provide support for:
 * Seamless mode.
 
 For running Xorg, make sure to set *VBoxSVGA* for the Screen setting of the Display section in the virtual machine configuration before installing the Guest Additions.
-Do not select VBoxSVGA as that targets VMware guests and is not usable on FreeBSD.
+Do not select VMSVGA as that targets VMware guests and is not usable on FreeBSD.
 It causes Xorg to not run correctly.
 VBoxSVGA does not have this problem and executes X11 without errors.