aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Qiang <liq3ea@gmail.com>2018-09-05 05:29:08 -0700
committerLaurent Vivier <laurent@vivier.eu>2018-10-26 17:17:32 +0200
commit7e63bc38adfcc5bd9e20e3dd8a170f0e8d830b60 (patch)
tree97af44bf14cb0ded5970c8b4b0504af708d19d32 /include
parent83f164bd5aaa87b249db328d2490b95cf9d4807d (diff)
cpu.h: fix a typo in comment
Found by reading the code. Signed-off-by: Li Qiang <liq3ea@gmail.com> Message-Id: <1536150548-2797-1-git-send-email-liq3ea@gmail.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'include')
-rw-r--r--include/qom/cpu.h2
1 files changed, 1 insertions, 1 deletions
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.
*/