summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-05-01 12:12:43 -0600
committerBrian Paul <brianp@vmware.com>2009-05-01 12:12:43 -0600
commit30b3d800917cc5b41ec508fd38a0ae1da8624a36 (patch)
treeaa11437e3dc3d4ce667846c84144bae6ba2e3243
parent06cd826fcba7bde168a85444a95de589ff5b6f2e (diff)
mesa: fix comment
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 38c3b1bb40d..cf710777286 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