Fix log typo

This commit is contained in:
Diordany van Hemert 2024-02-19 15:53:26 +01:00 committed by Amish Kumar Naidu
parent 35ea431f6f
commit 61762fa1b5

View file

@ -84,7 +84,7 @@ namespace sn
LOG(InfoVerbose) << "No write callback registered for I/O register at: " << std::hex << +addr << std::endl;
}
else
LOG(InfoVerbose) << "Write access attmept at: " << std::hex << +addr << std::endl;
LOG(InfoVerbose) << "Write access attempt at: " << std::hex << +addr << std::endl;
}
else if (addr < 0x6000)
{