mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-09 03:47:07 -05:00
Fix various typos and spelling mistakes
This commit is contained in:
@@ -240,7 +240,7 @@ struct Message
|
||||
std::optional<ToMsgType> CheckAndCastTo()
|
||||
{
|
||||
const u32 crc32_in_header = m_message.header.crc32;
|
||||
// zero out the crc32 in the packet once we got it since that's whats needed for calculation
|
||||
// zero out the crc32 in the packet once we got it since that's what's needed for calculation
|
||||
m_message.header.crc32 = 0;
|
||||
const u32 crc32_calculated =
|
||||
Common::ComputeCRC32(reinterpret_cast<const u8*>(&m_message), sizeof(ToMsgType));
|
||||
|
||||
Reference in New Issue
Block a user