aboutsummaryrefslogtreecommitdiff
path: root/test_conformance/integer_ops/test_unary_ops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test_conformance/integer_ops/test_unary_ops.cpp')
-rw-r--r--test_conformance/integer_ops/test_unary_ops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_conformance/integer_ops/test_unary_ops.cpp b/test_conformance/integer_ops/test_unary_ops.cpp
index 72940eaa..c91c85ae 100644
--- a/test_conformance/integer_ops/test_unary_ops.cpp
+++ b/test_conformance/integer_ops/test_unary_ops.cpp
@@ -107,7 +107,7 @@ int test_unary_op( cl_command_queue queue, cl_context context, OpKonstants which
// For sub ops, the min control value is 2. Otherwise, it's 0
controlData[ i ] |= 0x02;
else if( whichOp == kIncrement )
- // For addition ops, the MAX control value is 1. Otherwise, it's 3
+ // For addition ops, the max control value is 1. Otherwise, it's 3
controlData[ i ] &= ~0x02;
}
streams[1] = clCreateBuffer(context, CL_MEM_COPY_HOST_PTR,