mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-01 07:52:37 +00:00
Fix some very minor spelling mistakes
Found by Lintian https://lintian.debian.org/
This commit is contained in:
parent
1f2b1caf42
commit
db8dbae131
5 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue