intel/compiler: fix typo in a comment
[mesa.git] / src / intel / compiler / brw_fs.cpp
index c1d3a6a4627484390e17aac89d743d11cc1a45e7..ea10e522b00de48e71548e9b1d45511a22ab05b2 100644 (file)
@@ -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;