]> git.proxmox.com Git - qemu.git/blobdiff - hw/integratorcp.c
Spelling fixes, by Stefan Weil.
[qemu.git] / hw / integratorcp.c
index 104796c52b6319080f4502e1ed3f07f5540f08c3..4ac7c0c961dbd2734fd9386640bba4e06fe154ef 100644 (file)
@@ -494,7 +494,7 @@ static void integratorcp_init(ram_addr_t ram_size, int vga_ram_size,
     }
     ram_offset = qemu_ram_alloc(ram_size);
     /* ??? On a real system the first 1Mb is mapped as SSRAM or boot flash.  */
-    /* ??? RAM shoud repeat to fill physical memory space.  */
+    /* ??? RAM should repeat to fill physical memory space.  */
     /* SDRAM at address zero*/
     cpu_register_physical_memory(0, ram_size, ram_offset | IO_MEM_RAM);
     /* And again at address 0x80000000 */