r600/sfn: Fix a typo

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21357>
This commit is contained in:
Gert Wollny 2023-01-18 14:41:14 +01:00 committed by Marge Bot
parent b1df8b0393
commit c527293924

View file

@ -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) {