Module: Mesa
Branch: gallium-mesa-7.4
Commit: 6cbdbe782bd4fe81a88a66d43bda2dde41116baf
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cbdbe782bd4fe81a88a66d43bda2dde41116baf

Author: Alan Hourihane <[email protected]>
Date:   Thu Mar 19 15:39:01 2009 +0000

egl: fix comment

---

 src/egl/drivers/glx/egl_glx.c |    6 +++---
 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 18ab108..c54260a 100644
--- a/src/egl/drivers/glx/egl_glx.c
+++ b/src/egl/drivers/glx/egl_glx.c
@@ -804,9 +804,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)

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to