cpu.h: fix a typo in comment

Found by reading the code.

Backports commit 7e63bc38adfcc5bd9e20e3dd8a170f0e8d830b60 from qemu
This commit is contained in:
Li Qiang 2018-11-11 07:32:03 -05:00 committed by Lioncash
parent b79f16c331
commit 33422a04bc
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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.
*/