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

Brian Paul brianp at kemper.freedesktop.org
Mon Oct 24 02:22:12 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
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;




More information about the mesa-commit mailing list