From: Brian Paul <bri...@vmware.com>

---
 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 5d35283..e22f8bb 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
-- 
1.7.4.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to