Mesa (master): egl: fix function name in debug string

Tapani Pälli tpalli at kemper.freedesktop.org
Thu Nov 17 07:37:51 UTC 2016


Module: Mesa
Branch: master
Commit: 41b5d98b2829a7953a6f0690011972ab9d9468a3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=41b5d98b2829a7953a6f0690011972ab9d9468a3

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Tue Nov 15 23:41:38 2016 +0000

egl: fix function name in debug string

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Tapani Pälli <tapani.palli at intel.com>

---

 src/egl/main/eglconfig.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/egl/main/eglconfig.c b/src/egl/main/eglconfig.c
index 6161d26..876c8f0 100644
--- a/src/egl/main/eglconfig.c
+++ b/src/egl/main/eglconfig.c
@@ -728,7 +728,7 @@ _eglFilterConfigArray(_EGLArray *array, EGLConfig *configs,
    EGLint i, count;
 
    if (!num_configs)
-      return _eglError(EGL_BAD_PARAMETER, "eglChooseConfigs");
+      return _eglError(EGL_BAD_PARAMETER, "eglChooseConfig");
 
    /* get the number of matched configs */
    count = _eglFilterArray(array, NULL, 0,




More information about the mesa-commit mailing list