---
 .../execution/component-layout/vs-tcs-tes-fs.shader_test              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/tests/spec/arb_enhanced_layouts/execution/component-layout/vs-tcs-tes-fs.shader_test
 
b/tests/spec/arb_enhanced_layouts/execution/component-layout/vs-tcs-tes-fs.shader_test
index ba94617..f7776c8 100644
--- 
a/tests/spec/arb_enhanced_layouts/execution/component-layout/vs-tcs-tes-fs.shader_test
+++ 
b/tests/spec/arb_enhanced_layouts/execution/component-layout/vs-tcs-tes-fs.shader_test
@@ -71,10 +71,10 @@ layout(location = 0, component = 1) in vec3 a_tcs[];
 // consumes X component
 layout(location = 0) in float b_tcs[];
 
-// consume Y/Z/W components of 6 vectors
+// consume Y/Z/W components
 layout(location = 0, component = 1) out vec3 a_tes;
 
-// consumes X component of 6 vectors
+// consumes X component
 layout(location = 0) out float b_tes;
 
 void main() {
-- 
2.4.3

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to