Mesa (master): intel/compiler: fix typo in a comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Sep 4 17:43:30 UTC 2020


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

Author: Marcin Ślusarz <marcin.slusarz at intel.com>
Date:   Thu Jul  2 18:57:08 2020 +0200

intel/compiler: fix typo in a comment

Signed-off-by: Marcin Ślusarz <marcin.slusarz at intel.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6602>

---

 src/intel/compiler/brw_fs.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/compiler/brw_fs.cpp b/src/intel/compiler/brw_fs.cpp
index c1d3a6a4627..ea10e522b00 100644
--- a/src/intel/compiler/brw_fs.cpp
+++ b/src/intel/compiler/brw_fs.cpp
@@ -7788,7 +7788,7 @@ fs_visitor::allocate_registers(bool allow_spilling)
 
       /* Scheduling may create additional opportunities for CMOD propagation,
        * so let's do it again.  If CMOD propagation made any progress,
-       * elminate dead code one more time.
+       * eliminate dead code one more time.
        */
       bool progress = false;
       const int iteration = 99;



More information about the mesa-commit mailing list