summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-10-23 20:21:18 -0600
committerBrian Paul <[email protected]>2011-10-23 20:21:18 -0600
commitc9bb1bdc4859af001f0bc9a931eaf53266b49c0c (patch)
treef061564b9290084a41cb02d2981c62fc8d337287 /src/mesa/swrast
parentb487fc50b0f977719729a540230e72d406063860 (diff)
swrast: fix comment typo (s/texure/texture/)
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h
index a83ac614560..d3ba37819a9 100644
--- a/src/mesa/swrast/s_context.h
+++ b/src/mesa/swrast/s_context.h
@@ -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;