From e855f5a060c93c8e129da406400c5f5c9f8a8643 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 16:05:07 +0200 Subject: [PATCH] docs: consistently spell VirGL in camel-case Reviewed-by: David Heidelberg Part-of: --- docs/drivers/virgl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/virgl.rst b/docs/drivers/virgl.rst index af31a6f401a..41caf5cecd2 100644 --- a/docs/drivers/virgl.rst +++ b/docs/drivers/virgl.rst @@ -30,7 +30,7 @@ Current status * Many pieces are now upstreamed in various projects. * Kernel Linux 4.2 contains the modesetting only drivers. Linux 4.4 contains the 3D supported pieces. -* Mesa main contains the virgl 3D driver. +* Mesa main contains the VirGL 3D driver. * QEMU 2.4 contained the initial virtio-gpu with no acceleration support. QEMU 2.5 contains 3D support only with the GTK3 frontend with GL enabled.