docs: reword sentence that my brain can't parse
authorEric Engestrom <eric.engestrom@imgtec.com>
Thu, 9 Feb 2017 11:33:36 +0000 (11:33 +0000)
committerEric Engestrom <eric.engestrom@imgtec.com>
Thu, 9 Feb 2017 13:04:16 +0000 (13:04 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Elie Tournier <tournier.elie@gmail.com>
docs/egl.html

index 6868448bc498d558b4bcc2b814b4dc757b00fcd7..c22aa4a338ff829933410eea80178317ced91f1f 100644 (file)
@@ -83,9 +83,9 @@ drivers will be installed to <code>${libdir}/egl</code>.</p>
 <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>,