From 1c7352401d129609f958f9046dab68148c9d31fa Mon Sep 17 00:00:00 2001 From: Gordon Jin Date: Mon, 13 Dec 2010 15:54:07 -0800 Subject: glslparsertest: Fix typeo in a comment in the test --- tests/glslparsertest/glsl2/array-22.vert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/glslparsertest/glsl2') 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; -- cgit v1.2.3