summaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glsl2
diff options
context:
space:
mode:
authorGordon Jin <gordon.jin@intel.com>2010-12-13 15:54:07 -0800
committerIan Romanick <ian.d.romanick@intel.com>2010-12-13 15:54:07 -0800
commit1c7352401d129609f958f9046dab68148c9d31fa (patch)
tree6a6714d9f43240a2fe881aeb97274eaf49978a71 /tests/glslparsertest/glsl2
parentc61a149e27463ad548361dd57449bd47e550e102 (diff)
glslparsertest: Fix typeo in a comment in the test
Diffstat (limited to 'tests/glslparsertest/glsl2')
-rw-r--r--tests/glslparsertest/glsl2/array-22.vert2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glslparsertest/glsl2/array-22.vert b/tests/glslparsertest/glsl2/array-22.vert
index 7421730c4..1fea096d6 100644
--- a/tests/glslparsertest/glsl2/array-22.vert
+++ b/tests/glslparsertest/glsl2/array-22.vert
@@ -15,7 +15,7 @@ void main()
{
float a[];
- // These assignments will implicitly size b.
+ // These assignments will implicitly size a.
a[0] = 0.0;
a[1] = 1.0;
a[2] = 2.0;