mesa: s/CONST/const/ in a comment
authorBrian Paul <brianp@vmware.com>
Thu, 6 Sep 2012 02:26:28 +0000 (20:26 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 6 Sep 2012 03:20:21 +0000 (21:20 -0600)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/x86/norm_args.h

index 5d352838be5b1c9a9af568f75c52a6ba39a5dfe1..e22f8bbd757d9e861a3226b19e85fffa1d286e2a 100644 (file)
 
 /* 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