]> git.proxmox.com Git - qemu.git/blobdiff - hw/lm32_uart.c
Spell "unkown" correctly in error_report() arguments
[qemu.git] / hw / lm32_uart.c
index e225087b99b5c0dc54fe1728c5190be0ddaff4eb..09090e93b2108e32255d334cac81426c81e7c166 100644 (file)
@@ -149,7 +149,7 @@ static uint32_t uart_read(void *opaque, target_phys_addr_t addr)
                 TARGET_FMT_plx, addr << 2);
         break;
     default:
-        error_report("lm32_uart: read access to unkown register 0x"
+        error_report("lm32_uart: read access to unknown register 0x"
                 TARGET_FMT_plx, addr << 2);
         break;
     }
@@ -185,7 +185,7 @@ static void uart_write(void *opaque, target_phys_addr_t addr, uint32_t value)
                 TARGET_FMT_plx, addr << 2);
         break;
     default:
-        error_report("lm32_uart: write access to unkown register 0x"
+        error_report("lm32_uart: write access to unknown register 0x"
                 TARGET_FMT_plx, addr << 2);
         break;
     }