summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremyRand <biolizard89@gmail.com>2019-08-15 21:04:30 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-01-02 15:47:22 +0100
commit285598a8a5f0056b9590923024056ad4dfeaabbf (patch)
tree98f74c4dc1a79c286123720849c68cb2372d5417
parent3acb7f48aa08c5f4d26c515170d199cf01206812 (diff)
downloadframeworks_native-285598a8a5f0056b9590923024056ad4dfeaabbf.tar.gz
frameworks_native-285598a8a5f0056b9590923024056ad4dfeaabbf.tar.bz2
frameworks_native-285598a8a5f0056b9590923024056ad4dfeaabbf.zip
Fix documentation typo in EGL renderer override
-rw-r--r--opengl/libs/EGL/Loader.cpp2
1 files changed, 1 insertions, 1 deletions
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'