Fix some very minor spelling mistakes

Found by Lintian https://lintian.debian.org/
This commit is contained in:
James Cowgill 2016-02-19 01:48:10 +00:00
parent 1f2b1caf42
commit db8dbae131
5 changed files with 5 additions and 5 deletions

View file

@ -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;