diff options
author | Brian Paul <[email protected]> | 2012-09-05 20:26:28 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-09-05 21:20:21 -0600 |
commit | 2e23a76eb960ea45d744b3cbd9af3d3fb56f11ea (patch) | |
tree | 328114e005f08333d942facebf8f4280fdd766af | |
parent | 9f2a7a38e8aeb2842be81ff82f61a49363e30a95 (diff) |
mesa: s/CONST/const/ in a comment
Reviewed-by: Matt Turner <[email protected]>
-rw-r--r-- | src/mesa/x86/norm_args.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/x86/norm_args.h b/src/mesa/x86/norm_args.h index 5d352838be5..e22f8bbd757 100644 --- a/src/mesa/x86/norm_args.h +++ b/src/mesa/x86/norm_args.h @@ -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 |