From: Eric Engestrom Date: Tue, 15 Nov 2016 23:41:38 +0000 (+0000) Subject: egl: fix function name in debug string X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41b5d98b2829a7953a6f0690011972ab9d9468a3;p=mesa.git egl: fix function name in debug string Signed-off-by: Eric Engestrom Reviewed-by: Tapani Pälli --- diff --git a/src/egl/main/eglconfig.c b/src/egl/main/eglconfig.c index 6161d26e4de..876c8f06f27 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,