From 64b0b7c274c321b44e58ff0f48b444c3799c0833 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcin=20=C5=9Alusarz?= Date: Thu, 2 Jul 2020 18:57:08 +0200 Subject: [PATCH] intel/compiler: fix typo in a comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Ślusarz Reviewed-by: Jason Ekstrand Part-of: --- 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; -- 2.30.2