Module: Mesa
Branch: master
Commit: c9bb1bdc4859af001f0bc9a931eaf53266b49c0c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9bb1bdc4859af001f0bc9a931eaf53266b49c0c

Author: Brian Paul <[email protected]>
Date:   Sun Oct 23 20:21:18 2011 -0600

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

---

 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 a83ac61..d3ba378 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;

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to