chore: fix spelling mistake
This commit is contained in:
parent
19f642eafe
commit
8c25e6f976
|
@ -1503,7 +1503,7 @@ impl Instruction {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// PUSHs a u16 onto the stack
|
/// PUSHes a u16 onto the stack
|
||||||
///
|
///
|
||||||
/// Mutates the stack pointer and the stack
|
/// Mutates the stack pointer and the stack
|
||||||
fn push(cpu: &mut Cpu, value: u16) {
|
fn push(cpu: &mut Cpu, value: u16) {
|
||||||
|
|
Loading…
Reference in New Issue