docs/egl: fix typo
authorEric Engestrom <eric@engestrom.ch>
Wed, 29 Jul 2020 08:58:14 +0000 (10:58 +0200)
committerEric Engestrom <eric@engestrom.ch>
Thu, 27 Aug 2020 18:41:04 +0000 (20:41 +0200)
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6130>

docs/egl.rst

index 6072cd773c00f633c6d8e24c8fe90db9ae96ce80..3fef05ad0d3843d9ce8d6efeb049006b2a6b2364 100644 (file)
@@ -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.