projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f164b
)
cpu.h: fix a typo in comment
author
Li Qiang
<liq3ea@gmail.com>
Wed, 5 Sep 2018 12:29:08 +0000
(
05:29
-0700)
committer
Laurent Vivier
<laurent@vivier.eu>
Fri, 26 Oct 2018 15:17:32 +0000
(17:17 +0200)
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>
include/qom/cpu.h
patch
|
blob
|
history
diff --git
a/include/qom/cpu.h
b/include/qom/cpu.h
index 4e238b0d9f8fde29fa601aceb55978f945d2a5ea..def0c64308d4c85d88f2cec0817912c3cb371afd 100644
(file)
--- 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 inter
r
upts to set.
*
* Invokes the interrupt handler.
*/