Mesa (master): glsl: Fix comment typo in 1.40 work.

Eric Anholt anholt at kemper.freedesktop.org
Mon Apr 16 20:34:12 UTC 2012


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

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Apr 13 12:44:33 2012 -0700

glsl: Fix comment typo in 1.40 work.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/glsl/builtin_types.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glsl/builtin_types.h b/src/glsl/builtin_types.h
index 890c121..8c136e4 100644
--- a/src/glsl/builtin_types.h
+++ b/src/glsl/builtin_types.h
@@ -260,7 +260,7 @@ const glsl_type *const glsl_type::uvec4_type = & builtin_130_types[3];
 /*@}*/
 
 
-/** \name Types added in GLSL 1.30
+/** \name Types added in GLSL 1.40
  */
 /*@{*/
 const glsl_type glsl_type::builtin_140_types[] = {




More information about the mesa-commit mailing list