From: Li Qiang Date: Wed, 5 Sep 2018 12:29:08 +0000 (-0700) Subject: cpu.h: fix a typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7e63bc38adfcc5bd9e20e3dd8a170f0e8d830b60;p=qemu.git cpu.h: fix a typo in comment Found by reading the code. Signed-off-by: Li Qiang Message-Id: <1536150548-2797-1-git-send-email-liq3ea@gmail.com> Signed-off-by: Laurent Vivier --- diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 4e238b0d9f..def0c64308 100644 --- a/include/qom/cpu.h +++ b/include/qom/cpu.h @@ -852,7 +852,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. */