mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/other: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
6eedbb5b0c
commit
9b4b4e510b
48 changed files with 85 additions and 85 deletions
|
@ -94,12 +94,12 @@ static void stm32f2xx_syscfg_write(void *opaque, hwaddr addr,
|
|||
switch (addr) {
|
||||
case SYSCFG_MEMRMP:
|
||||
qemu_log_mask(LOG_UNIMP,
|
||||
"%s: Changeing the memory mapping isn't supported " \
|
||||
"%s: Changing the memory mapping isn't supported " \
|
||||
"in QEMU\n", __func__);
|
||||
return;
|
||||
case SYSCFG_PMC:
|
||||
qemu_log_mask(LOG_UNIMP,
|
||||
"%s: Changeing the memory mapping isn't supported " \
|
||||
"%s: Changing the memory mapping isn't supported " \
|
||||
"in QEMU\n", __func__);
|
||||
return;
|
||||
case SYSCFG_EXTICR1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue