intel/compiler: fix typo in a comment

Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6602>
This commit is contained in:
Marcin Ślusarz 2020-07-02 18:57:08 +02:00 committed by Marge Bot
parent 95ce619680
commit 64b0b7c274
1 changed files with 1 additions and 1 deletions

View 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;