glx: Fix a typo in a comment
authorAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 9 Dec 2015 16:25:15 +0000 (17:25 +0100)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 9 Dec 2015 17:29:21 +0000 (18:29 +0100)
s/suports/supports/

Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/glx/dri2_glx.c

index 27ea9521e50a68df780c047ad3ec9178089f05ea..651915aed719fd4ba8194022764bce49a476ec52 100644 (file)
@@ -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");