summaryrefslogtreecommitdiff
path: root/src/egl/drivers/glx/egl_glx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/drivers/glx/egl_glx.c')
-rw-r--r--src/egl/drivers/glx/egl_glx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/egl/drivers/glx/egl_glx.c b/src/egl/drivers/glx/egl_glx.c
index e2b3b4f67a..155caa413c 100644
--- a/src/egl/drivers/glx/egl_glx.c
+++ b/src/egl/drivers/glx/egl_glx.c
@@ -798,9 +798,9 @@ static _EGLProc
GLX_eglGetProcAddress(const char *procname)
{
/* This is a bit of a hack to get at the gallium/Mesa state tracker
- * * function st_get_proc_address(). This will probably change at
- * * some point.
- * */
+ * function st_get_proc_address(). This will probably change at
+ * some point.
+ */
_EGLProc (*get_proc_addr)(const char *procname);
get_proc_addr = dlsym(NULL, "st_get_proc_address");
if (get_proc_addr)