egl: fix typos

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22663>
This commit is contained in:
Harri Nieminen
2023-04-24 14:24:02 +03:00
committed by Marge Bot
parent 9aefd97cfd
commit 523dffe6cd
14 changed files with 18 additions and 18 deletions

View File

@@ -204,7 +204,7 @@ struct _egl_display
EGLBoolean Zink; /**< Use kopper only */
EGLBoolean ForceSoftware; /**< Use software path only */
EGLAttrib *Attribs; /**< Platform-specific options */
int fd; /**< plaform device specific, local fd */
int fd; /**< platform device specific, local fd */
} Options;
/* these fields are set by the driver during init */