Mesa (master): mesa: s/CONST/const/ in a comment

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 6 03:31:10 UTC 2012


Module: Mesa
Branch: master
Commit: 2e23a76eb960ea45d744b3cbd9af3d3fb56f11ea
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e23a76eb960ea45d744b3cbd9af3d3fb56f11ea

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Sep  5 20:26:28 2012 -0600

mesa: s/CONST/const/ in a comment

Reviewed-by: Matt Turner <mattst88 at gmail.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




More information about the mesa-commit mailing list