From: Brian Paul Date: Fri, 1 May 2009 18:12:43 +0000 (-0600) Subject: mesa: fix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30b3d800917cc5b41ec508fd38a0ae1da8624a36;p=mesa.git mesa: fix comment --- 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