summaryrefslogtreecommitdiff
path: root/tests/spec/arb_gpu_shader_int64/execution/fs-ishl-then-ishr.shader_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/arb_gpu_shader_int64/execution/fs-ishl-then-ishr.shader_test')
-rw-r--r--tests/spec/arb_gpu_shader_int64/execution/fs-ishl-then-ishr.shader_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/arb_gpu_shader_int64/execution/fs-ishl-then-ishr.shader_test b/tests/spec/arb_gpu_shader_int64/execution/fs-ishl-then-ishr.shader_test
index f6a6ba542..49be888a4 100644
--- a/tests/spec/arb_gpu_shader_int64/execution/fs-ishl-then-ishr.shader_test
+++ b/tests/spec/arb_gpu_shader_int64/execution/fs-ishl-then-ishr.shader_test
@@ -38,7 +38,7 @@ void main()
/* This is INTENTIONALLY not a loop. Putting it in a loop causes the
* optimization that generates the extract instructions to trigger
* before the shift count is known to be a constant. The effectively
- * prevents the bad code generation in the i965 driver from occuring.
+ * prevents the bad code generation in the i965 driver from occurring.
*/
i = 0;
result = (ival[i] << (56u - (i * 8u))) >> 56u;