summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2017-06-07 09:39:32 -0600
committerBrian Paul <brianp@vmware.com>2017-06-07 09:41:04 -0600
commit0d401ef03b09244db6cab42b8a19fa63f3daa349 (patch)
tree2160087f527c58e31aafc4a486dbcd410d189c6e
parent4361122fcd663994df2f598e5aa4db7bcaa24144 (diff)
gl-2.0/vertex-const-attr: fix comment typo
Trivial.
-rw-r--r--tests/spec/gl-2.0/vertex-const-attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/gl-2.0/vertex-const-attr.c b/tests/spec/gl-2.0/vertex-const-attr.c
index 33b01f727..bd161b368 100644
--- a/tests/spec/gl-2.0/vertex-const-attr.c
+++ b/tests/spec/gl-2.0/vertex-const-attr.c
@@ -25,7 +25,7 @@
*/
/**
- * Test glVertexAtribNfv changes and redraws without changing any other state
+ * Test glVertexAttribNfv changes and redraws without changing any other state
*/
#include "piglit-util-gl.h"