Mesa (master): docs/egl: fix typo

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 27 21:38:57 UTC 2020


Module: Mesa
Branch: master
Commit: 3704b0250c9d8ec1cc0d5821495676a9d03be664
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3704b0250c9d8ec1cc0d5821495676a9d03be664

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Wed Jul 29 10:58:14 2020 +0200

docs/egl: fix typo

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Frank Binns <frank.binns at imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6130>

---

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

diff --git a/docs/egl.rst b/docs/egl.rst
index 6072cd773c0..3fef05ad0d3 100644
--- a/docs/egl.rst
+++ b/docs/egl.rst
@@ -192,6 +192,6 @@ renders to the specified render buffer for pixmap and pbuffer surfaces.
 The ``EGLDisplay`` will be locked before calling any of the dispatch
 functions (well, except for GetProcAddress which does not take an
 ``EGLDisplay``). This guarantees that the same dispatch function will
-not be called with the sample display at the same time. If a driver has
+not be called with the same display at the same time. If a driver has
 access to an ``EGLDisplay`` without going through the EGL APIs, the
 driver should as well lock the display before using it.



More information about the mesa-commit mailing list