Mesa (master): mesa: fix comment

Brian Paul brianp at kemper.freedesktop.org
Fri May 1 22:44:58 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri May  1 12:12:43 2009 -0600

mesa: fix comment

---

 src/mesa/main/mtypes.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 38c3b1b..cf71077 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1028,7 +1028,7 @@ struct gl_stencil_attrib
 
 /**
  * An index for each type of texture object.  These correspond to the GL
- * target target enums, such as GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP, etc.
+ * texture target enums, such as GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP, etc.
  * Note: the order is from highest priority to lowest priority.
  */
 typedef enum




More information about the mesa-commit mailing list