mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Fix some very minor spelling mistakes
Found by Lintian https://lintian.debian.org/
This commit is contained in:
@ -1182,7 +1182,7 @@ void GekkoDisassembler::ps_mem(u32 inst)
|
||||
}
|
||||
|
||||
// Disassemble PPC instruction and return a pointer to the next
|
||||
// instruction, or nullptr if an error occured.
|
||||
// instruction, or nullptr if an error occurred.
|
||||
u32* GekkoDisassembler::DoDisassembly(bool big_endian)
|
||||
{
|
||||
u32 in = *m_instr;
|
||||
|
Reference in New Issue
Block a user