[Mesa-dev] [PATCH mesa] docs: reword sentence that my brain can't parse

Eric Engestrom eric.engestrom at imgtec.com
Thu Feb 9 11:46:06 UTC 2017


Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
 docs/egl.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/egl.html b/docs/egl.html
index 6868448bc4..c22aa4a338 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -83,9 +83,9 @@
 <p>List the platforms (window systems) to support.  Its argument is a comma
 separated string such as <code>--with-egl-platforms=x11,drm</code>.  It decides
 the platforms a driver may support.  The first listed platform is also used by
-the main library to decide the native platform: the platform the EGL native
+the main library to decide the native platform: this defines EGL native
 types such as <code>EGLNativeDisplayType</code> or
-<code>EGLNativeWindowType</code> defined for.</p>
+<code>EGLNativeWindowType</code>.</p>
 
 <p>The available platforms are <code>x11</code>, <code>drm</code>,
 <code>wayland</code>, <code>surfaceless</code>, <code>android</code>,
-- 
Cheers,
  Eric



More information about the mesa-dev mailing list