Mesa (master): i965: Fix "operation operation" in comment.

Kenneth Graunke kwg at kemper.freedesktop.org
Fri Jul 22 04:38:38 UTC 2016


Module: Mesa
Branch: master
Commit: be1c53d2cf2b12655ff69caac49cca75a55e63e0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=be1c53d2cf2b12655ff69caac49cca75a55e63e0

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Jul 21 21:28:15 2016 -0700

i965: Fix "operation operation" in comment.

>From the redundant redundant department.

Reported-by: Michael Schellenberger Costa <mschellenbergercosta at googlemail.com>

---

 src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_fs_nir.cpp b/src/mesa/drivers/dri/i965/brw_fs_nir.cpp
index 095a803..48cb4bd 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,




More information about the mesa-commit mailing list