From 33422a04bc1cf197b7b3370c0502cba778967a69 Mon Sep 17 00:00:00 2001 From: Li Qiang Date: Sun, 11 Nov 2018 07:32:03 -0500 Subject: [PATCH] cpu.h: fix a typo in comment Found by reading the code. Backports commit 7e63bc38adfcc5bd9e20e3dd8a170f0e8d830b60 from qemu --- qemu/include/qom/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/include/qom/cpu.h b/qemu/include/qom/cpu.h index 2142a686..dd95073f 100644 --- a/qemu/include/qom/cpu.h +++ b/qemu/include/qom/cpu.h @@ -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. */