swrast: fix comment typo (s/texure/texture/)

This commit is contained in:
Brian Paul
2011-10-23 20:21:18 -06:00
parent b487fc50b0
commit c9bb1bdc48
+1 -1
View 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;