From: Kenneth Graunke Date: Fri, 22 Jul 2016 04:28:15 +0000 (-0700) Subject: i965: Fix "operation operation" in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be1c53d2cf2b12655ff69caac49cca75a55e63e0;p=mesa.git i965: Fix "operation operation" in comment. From the redundant redundant department. Reported-by: Michael Schellenberger Costa --- 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,