Mesa (main): docs/egl: Add missing backticks

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 8 10:59:39 UTC 2021


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

Author: Hubert Jasudowicz <hubert.jasudowicz at gmail.com>
Date:   Tue Jun  8 11:09:03 2021 +0200

docs/egl: Add missing backticks

Signed-off-by: Hubert Jasudowicz <hubert.jasudowicz at gmail.com>
Reviewed-by: Marcin Ślusarz <marcin.slusarz at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11240>

---

 docs/egl.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/egl.rst b/docs/egl.rst
index 79c4dda2209..dacfdc8ae29 100644
--- a/docs/egl.rst
+++ b/docs/egl.rst
@@ -159,7 +159,7 @@ EGL Drivers
 
 ``egl_dri2``
    This driver supports several platforms: ``android``, ``device``,
-   ``drm, ``surfaceless``, ``wayland`` and ``x11``. It functions as
+   ``drm``, ``surfaceless``, ``wayland`` and ``x11``. It functions as
    a DRI driver loader. For ``x11`` support, it talks to the X server
    directly using (XCB-)DRI3 protocol when available, and falls back to
    DRI2 if necessary (can be forced with ``LIBGL_DRI3_DISABLE``).



More information about the mesa-commit mailing list