summaryrefslogtreecommitdiffstats
path: root/hw/misc
diff options
context:
space:
mode:
authorMichael Tokarev2021-03-09 12:15:10 +0100
committerLaurent Vivier2021-03-09 21:19:10 +0100
commitcba42d61a379bc1c983ddb39d479de3581d2d578 (patch)
tree3fac1a49b041132a79468a2720b5b6852aace8c7 /hw/misc
parentMerge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into... (diff)
downloadqemu-cba42d61a379bc1c983ddb39d479de3581d2d578.tar.gz
qemu-cba42d61a379bc1c983ddb39d479de3581d2d578.tar.xz
qemu-cba42d61a379bc1c983ddb39d479de3581d2d578.zip
Various spelling fixes
An assorted set of spelling fixes in various places. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20210309111510.79495-1-mjt@msgid.tls.msk.ru> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/misc')
-rw-r--r--hw/misc/trace-events2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/trace-events b/hw/misc/trace-events
index d626b9d7a7..ef0a4de39d 100644
--- a/hw/misc/trace-events
+++ b/hw/misc/trace-events
@@ -127,7 +127,7 @@ npcm7xx_pwm_update_freq(const char *id, uint8_t index, uint32_t old_value, uint3
npcm7xx_pwm_update_duty(const char *id, uint8_t index, uint32_t old_value, uint32_t new_value) "%s pwm[%u] Update Duty: old_duty: %u, new_duty: %u"
# stm32f4xx_syscfg.c
-stm32f4xx_syscfg_set_irq(int gpio, int line, int level) "Interupt: GPIO: %d, Line: %d; Level: %d"
+stm32f4xx_syscfg_set_irq(int gpio, int line, int level) "Interrupt: GPIO: %d, Line: %d; Level: %d"
stm32f4xx_pulse_exti(int irq) "Pulse EXTI: %d"
stm32f4xx_syscfg_read(uint64_t addr) "reg read: addr: 0x%" PRIx64 " "
stm32f4xx_syscfg_write(uint64_t addr, uint64_t data) "reg write: addr: 0x%" PRIx64 " val: 0x%" PRIx64 ""