diff options
author | Li Qiang | 2018-09-05 14:29:08 +0200 |
---|---|---|
committer | Laurent Vivier | 2018-10-26 17:17:32 +0200 |
commit | 7e63bc38adfcc5bd9e20e3dd8a170f0e8d830b60 (patch) | |
tree | 97af44bf14cb0ded5970c8b4b0504af708d19d32 /include/qom | |
parent | linux-user: fix comment s/atomic_write/atomic_set/ (diff) | |
download | qemu-7e63bc38adfcc5bd9e20e3dd8a170f0e8d830b60.tar.gz qemu-7e63bc38adfcc5bd9e20e3dd8a170f0e8d830b60.tar.xz qemu-7e63bc38adfcc5bd9e20e3dd8a170f0e8d830b60.zip |
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/qom')
-rw-r--r-- | include/qom/cpu.h | 2 |
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. */ |