r600/sb: fix typo

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22432>
This commit is contained in:
Harri Nieminen 2023-04-13 14:08:22 +03:00 committed by Marge Bot
parent 45e09d5bb9
commit 7eaab5dec0

View file

@ -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();
}