swrast: fix comment typo (s/texure/texture/)
authorBrian Paul <brianp@vmware.com>
Mon, 24 Oct 2011 02:21:18 +0000 (20:21 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 24 Oct 2011 02:21:18 +0000 (20:21 -0600)
src/mesa/swrast/s_context.h

index a83ac6145605e30a3561a8ea75371cf961b7813a..d3ba37819a936bba07242484f0ab79e1859a2e34 100644 (file)
@@ -144,7 +144,7 @@ struct swrast_texture_image
                                      each 2D slice in 'Data', in texels */
    GLubyte *Data;              /**< Image data, accessed via FetchTexel() */
 
-   /** Malloc'd texure memory */
+   /** Malloc'd texture memory */
    GLubyte *Buffer;
 
    FetchTexelFunc FetchTexel;