mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 06:05:31 +00:00
cpu.h: fix a typo in comment
Found by reading the code. Backports commit 7e63bc38adfcc5bd9e20e3dd8a170f0e8d830b60 from qemu
This commit is contained in:
parent
b79f16c331
commit
33422a04bc
|
@ -643,7 +643,7 @@ extern CPUInterruptHandler cpu_interrupt_handler;
|
|||
/**
|
||||
* cpu_interrupt:
|
||||
* @cpu: The CPU to set an interrupt on.
|
||||
* @mask: The interupts to set.
|
||||
* @mask: The interrupts to set.
|
||||
*
|
||||
* Invokes the interrupt handler.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue