From: Marcin Ślusarz Date: Thu, 2 Jul 2020 16:57:08 +0000 (+0200) Subject: intel/compiler: fix typo in a comment X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=64b0b7c274c321b44e58ff0f48b444c3799c0833;ds=sidebyside intel/compiler: fix typo in a comment Signed-off-by: Marcin Ślusarz Reviewed-by: Jason Ekstrand Part-of: --- 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;