Update pm4_cmds.h

This commit is contained in:
Pipi86 2024-09-06 19:20:07 -03:00 committed by GitHub
parent 81f7c830be
commit 60971448cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -515,7 +515,7 @@ struct PM4CmdEventWriteEos {
void SignalFence() const {
const auto cmd = command.Value();
switch (cmd) {
case Command::SingalFence: {
case Command::SignalFence: {
*Address() = DataDWord();
break;
}