diff options
Diffstat (limited to 'drivers/egl/egl_manager.h')
-rw-r--r-- | drivers/egl/egl_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/egl/egl_manager.h b/drivers/egl/egl_manager.h index c3a749cd19..61d3289b2d 100644 --- a/drivers/egl/egl_manager.h +++ b/drivers/egl/egl_manager.h @@ -45,7 +45,7 @@ class EGLManager { private: - // An EGL-side rappresentation of a display with its own rendering + // An EGL-side representation of a display with its own rendering // context. struct GLDisplay { void *display = nullptr; |