mesa: s/CONST/const/ in a comment

Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Brian Paul 2012-09-05 20:26:28 -06:00
parent 9f2a7a38e8
commit 2e23a76eb9

View file

@ -36,10 +36,10 @@
/* Offsets for normal_func arguments
*
* typedef void (*normal_func)( CONST GLmatrix *mat,
* typedef void (*normal_func)( const GLmatrix *mat,
* GLfloat scale,
* CONST GLvector4f *in,
* CONST GLfloat lengths[],
* const GLvector4f *in,
* const GLfloat lengths[],
* GLvector4f *dest );
*/
#define OFFSET_MAT 4