Merge pull request #3655 from jcowgill/spelling-fixes

Fix some very minor spelling mistakes
This commit is contained in:
Mathew Maidment
2016-03-02 14:04:05 -05:00
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;