Mesa (master): nir: Fix typo in comment

Ian Romanick idr at kemper.freedesktop.org
Tue Apr 12 02:24:30 UTC 2016


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Apr 11 18:40:02 2016 -0700

nir: Fix typo in comment

Trivial.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/compiler/nir/nir_opt_dce.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/nir/nir_opt_dce.c b/src/compiler/nir/nir_opt_dce.c
index 32436c1..cab09df 100644
--- a/src/compiler/nir/nir_opt_dce.c
+++ b/src/compiler/nir/nir_opt_dce.c
@@ -71,7 +71,7 @@ init_instr(nir_instr *instr, struct exec_list *worklist)
    nir_tex_instr *tex_instr;
 
    /* We use the pass_flags to store the live/dead information.  In DCE, we
-    * just treat it as a zero/non-zerl boolean for whether or not the
+    * just treat it as a zero/non-zero boolean for whether or not the
     * instruction is live.
     */
    instr->pass_flags = 0;




More information about the mesa-commit mailing list