projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b487fc5
)
swrast: fix comment typo (s/texure/texture/)
author
Brian Paul
<brianp@vmware.com>
Mon, 24 Oct 2011 02:21:18 +0000
(20:21 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 24 Oct 2011 02:21:18 +0000
(20:21 -0600)
src/mesa/swrast/s_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_context.h
b/src/mesa/swrast/s_context.h
index a83ac6145605e30a3561a8ea75371cf961b7813a..d3ba37819a936bba07242484f0ab79e1859a2e34 100644
(file)
--- 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 tex
t
ure memory */
GLubyte *Buffer;
FetchTexelFunc FetchTexel;