swrast: fix comment typo (s/texure/texture/)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user