mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 11:10:10 +01:00
mesa: s/CONST/const/ in a comment
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
9f2a7a38e8
commit
2e23a76eb9
1 changed files with 3 additions and 3 deletions
|
|
@ -36,10 +36,10 @@
|
||||||
|
|
||||||
/* Offsets for normal_func arguments
|
/* Offsets for normal_func arguments
|
||||||
*
|
*
|
||||||
* typedef void (*normal_func)( CONST GLmatrix *mat,
|
* typedef void (*normal_func)( const GLmatrix *mat,
|
||||||
* GLfloat scale,
|
* GLfloat scale,
|
||||||
* CONST GLvector4f *in,
|
* const GLvector4f *in,
|
||||||
* CONST GLfloat lengths[],
|
* const GLfloat lengths[],
|
||||||
* GLvector4f *dest );
|
* GLvector4f *dest );
|
||||||
*/
|
*/
|
||||||
#define OFFSET_MAT 4
|
#define OFFSET_MAT 4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue