mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-07 10:30:43 +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_interrupt:
|
||||||
* @cpu: The CPU to set an interrupt on.
|
* @cpu: The CPU to set an interrupt on.
|
||||||
* @mask: The interupts to set.
|
* @mask: The interrupts to set.
|
||||||
*
|
*
|
||||||
* Invokes the interrupt handler.
|
* Invokes the interrupt handler.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue