From 7eaab5dec0a3780a93dc0e2c4ea863dcc47877bd Mon Sep 17 00:00:00 2001 From: Harri Nieminen Date: Thu, 13 Apr 2023 14:08:22 +0300 Subject: [PATCH] r600/sb: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Marek Olšák Part-of: --- src/gallium/drivers/r600/sb/sb_dump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/sb/sb_dump.cpp b/src/gallium/drivers/r600/sb/sb_dump.cpp index 402ba357fb1..bf08be9523d 100644 --- a/src/gallium/drivers/r600/sb/sb_dump.cpp +++ b/src/gallium/drivers/r600/sb/sb_dump.cpp @@ -181,7 +181,7 @@ bool dump::visit(alu_packed_node& n, bool enter) { } } - // proccess children only if their src/dst aren't moved to this node yet + // process children only if their src/dst aren't moved to this node yet return n.src.empty(); }