OSDN Git Service

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 a83ac61..d3ba378 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;