[Replicant] [PATCH 4/7] Fix documentation typo in EGL renderer override

Andrés Domínguez andresdju at gmail.com
Thu Aug 15 19:04:30 UTC 2019


From: JeremyRand <biolizard89 at gmail.com>

---
 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/<application name>/os_override/libGLES_impl.so
  *   /system/etc/os_override/<application name>/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'
-- 
2.23.0.rc1



More information about the Replicant mailing list