From 9a01e09ee57a875ccff58316c81395c3f1094aa6 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 13 Apr 2012 12:44:33 -0700 Subject: [PATCH] glsl: Fix comment typo in 1.40 work. Reviewed-by: Kenneth Graunke --- src/glsl/builtin_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/builtin_types.h b/src/glsl/builtin_types.h index 890c1213fa3..8c136e4ab11 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[] = { -- 2.30.2