diff options
author | Brian Paul <[email protected]> | 2011-10-23 20:21:18 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-10-23 20:21:18 -0600 |
commit | c9bb1bdc4859af001f0bc9a931eaf53266b49c0c (patch) | |
tree | f061564b9290084a41cb02d2981c62fc8d337287 /src/mesa/swrast | |
parent | b487fc50b0f977719729a540230e72d406063860 (diff) |
swrast: fix comment typo (s/texure/texture/)
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_context.h | 2 |
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; |