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

Author: Andreas Boll <[email protected]>
Date:   Wed Dec  9 17:25:15 2015 +0100

glx: Fix a typo in a comment

s/suports/supports/

Signed-off-by: Andreas Boll <[email protected]>
Reviewed-by: Brian Paul <[email protected]>

---

 src/glx/dri2_glx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glx/dri2_glx.c b/src/glx/dri2_glx.c
index 27ea952..651915a 100644
--- a/src/glx/dri2_glx.c
+++ b/src/glx/dri2_glx.c
@@ -1289,7 +1289,7 @@ dri2CreateScreen(int screen, struct glx_display * priv)
       __glXEnableDirectExtension(&psc->base, "GLX_OML_sync_control");
    }
 
-   /* DRI2 suports SubBuffer through DRI2CopyRegion, so it's always
+   /* DRI2 supports SubBuffer through DRI2CopyRegion, so it's always
     * available.*/
    psp->copySubBuffer = dri2CopySubBuffer;
    __glXEnableDirectExtension(&psc->base, "GLX_MESA_copy_sub_buffer");

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

Reply via email to