summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2016-07-21 21:28:15 -0700
committerKenneth Graunke <[email protected]>2016-07-21 21:31:57 -0700
commitbe1c53d2cf2b12655ff69caac49cca75a55e63e0 (patch)
tree750fd52220508cc524138653e0c82fc73650a332 /src
parent76e161056a424e5b9c35b02a9f4e520c8c44cf2b (diff)
i965: Fix "operation operation" in comment.
From the redundant redundant department. Reported-by: Michael Schellenberger Costa <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs_nir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs_nir.cpp b/src/mesa/drivers/dri/i965/brw_fs_nir.cpp
index 095a803d2f3..48cb4bd453b 100644
--- a/src/mesa/drivers/dri/i965/brw_fs_nir.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs_nir.cpp
@@ -4266,7 +4266,7 @@ fs_visitor::nir_emit_ssbo_atomic(const fs_builder &bld,
if (op == BRW_AOP_CMPWR)
data2 = get_nir_src(instr->src[3]);
- /* Emit the actual atomic operation operation */
+ /* Emit the actual atomic operation */
fs_reg atomic_result = emit_untyped_atomic(bld, surface, offset,
data1, data2,