summaryrefslogtreecommitdiff
path: root/generated_tests
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-01-31 11:18:53 -0700
committerBrian Paul <brianp@vmware.com>2013-02-01 07:59:04 -0700
commit81f91112f66f8c4f332562da3c9373f615342ffe (patch)
tree4661180f1b342b0437d59c5788c0154c23b85886 /generated_tests
parent53a3ec76adcf32e9ee63288ba20d74a92cc565b4 (diff)
generated_tests: fix comment errors (int->float, ivec->vec)
Diffstat (limited to 'generated_tests')
-rw-r--r--generated_tests/gen_builtin_uniform_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/generated_tests/gen_builtin_uniform_tests.py b/generated_tests/gen_builtin_uniform_tests.py
index 75a1b5986..323985fef 100644
--- a/generated_tests/gen_builtin_uniform_tests.py
+++ b/generated_tests/gen_builtin_uniform_tests.py
@@ -257,7 +257,7 @@ class IntComparator(Comparator):
class FloatComparator(Comparator):
- """Comparator that tests functions returning ints or ivecs using a
+ """Comparator that tests functions returning floats or vecs using a
strict equality test.
This comparator causes code to be generated in the following form: