Fix documentation typo in EGL renderer override

This commit is contained in:
JeremyRand 2019-08-15 21:04:30 +02:00 committed by Joonas Kylmälä
parent 2969fcbbe8
commit edfaaa10cb
No known key found for this signature in database
GPG Key ID: 132DEBCE65522635
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ static char const * getProcessCmdline() {
* /data/data/<application name>/os_override/libGLES_impl.so * /data/data/<application name>/os_override/libGLES_impl.so
* /system/etc/os_override/<application name>/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. * MatchFile::find() does the heavy lifting of using the value.
* As of writing it searches for the value '/system/lib/libGLES_mesa.so' * As of writing it searches for the value '/system/lib/libGLES_mesa.so'