docs: ie. -> i.e.

Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7060>
This commit is contained in:
Erik Faye-Lund
2020-09-30 10:30:19 +02:00
committed by Marge Bot
parent fef8a4befd
commit 580b9d11ff
4 changed files with 11 additions and 11 deletions

View File

@@ -122,7 +122,7 @@ The code basically consists of two things:
Two of API functions are optional (``eglQuerySurface()`` and
``eglSwapInterval()``); the former provides fallback for all the
platform-agnostic attributes (ie. everything except ``EGL_WIDTH``
platform-agnostic attributes (i.e. everything except ``EGL_WIDTH``
& ``EGL_HEIGHT``), and the latter just silently pretends the API call
succeeded (as per EGL spec).