From c5272939249762600deceefd293435fa035a4e6a Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Wed, 18 Jan 2023 14:41:14 +0100 Subject: [PATCH] r600/sfn: Fix a typo Signed-off-by: Gert Wollny Part-of: --- src/gallium/drivers/r600/sfn/sfn_scheduler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/sfn/sfn_scheduler.cpp b/src/gallium/drivers/r600/sfn/sfn_scheduler.cpp index c1dab8bbc1a..384f3e6fc23 100644 --- a/src/gallium/drivers/r600/sfn/sfn_scheduler.cpp +++ b/src/gallium/drivers/r600/sfn/sfn_scheduler.cpp @@ -489,7 +489,7 @@ BlockSheduler::schedule_alu(Shader::ShaderBlocks& out_blocks) } } - /* Schedule groups first. unless we have a pending LDS instuction + /* Schedule groups first. unless we have a pending LDS instruction * We don't want the LDS instructions to be too far apart because the * fetch + read from queue has to be in the same ALU CF block */ if (!alu_groups_ready.empty() && !has_lds_ready) {