From edfaaa10cb31dd287fad028e3eb0f5459ffa03f2 Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Thu, 15 Aug 2019 21:04:30 +0200 Subject: [PATCH] Fix documentation typo in EGL renderer override --- opengl/libs/EGL/Loader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index 3fc19fce5..0712031ae 100644 --- a/opengl/libs/EGL/Loader.cpp +++ b/opengl/libs/EGL/Loader.cpp @@ -129,7 +129,7 @@ static char const * getProcessCmdline() { * /data/data//os_override/libGLES_impl.so * /system/etc/os_override//libGLES_impl.so * - * Usually, libGLES.so would be a symlink to a GLES implementation. + * Usually, libGLES_impl.so would be a symlink to a GLES implementation. * * MatchFile::find() does the heavy lifting of using the value. * As of writing it searches for the value '/system/lib/libGLES_mesa.so'