Mesa (main): docs: add missing get

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Feb 27 11:13:21 UTC 2022


Module: Mesa
Branch: main
Commit: 5494b6869475abd8346e4525e7e1cb286ce8da54
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5494b6869475abd8346e4525e7e1cb286ce8da54

Author: Erik Faye-Lund <kusmabite at gmail.com>
Date:   Wed Nov 17 12:55:17 2021 +0100

docs: add missing get

This sentence doesn't make sense without a 'get' or something similar
here.

Acked-by: Chia-I Wu <olvaffe at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13836>

---

 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 a6556c40133..38f51ea4bce 100644
--- a/docs/drivers/virgl.rst
+++ b/docs/drivers/virgl.rst
@@ -19,7 +19,7 @@ around the concepts of Gallium3D to make writing Mesa and (eventually)
 Direct3D drivers for it easy. The card natively uses the Gallium TGSI
 intermediate representation for its shaders. The implementation of
 rendering for the card is done in the host system as part of qemu and is
-implemented purely on OpenGL so you can accelerated rendering on any
+implemented purely on OpenGL so you can get accelerated rendering on any
 sufficiently capable card/driver combination.
 
 The project also consists of a complete Linux guest stack, composed of a



More information about the mesa-commit mailing list