summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--cpu-exec.c2
-rw-r--r--hw/ne2000.c2
-rw-r--r--hw/smc91c111.c2
-rw-r--r--hw/unin_pci.c2
-rw-r--r--target-sh4/README.sh42
5 files changed, 5 insertions, 5 deletions
diff --git a/cpu-exec.c b/cpu-exec.c
index 5950625fb9..f9a06e5302 100644
--- a/cpu-exec.c
+++ b/cpu-exec.c
@@ -398,7 +398,7 @@ int cpu_exec(CPUState *env1)
                     break;
                 } else if (env->user_mode_only) {
                     /* if user mode only, we simulate a fake exception
-                       which will be hanlded outside the cpu execution
+                       which will be handled outside the cpu execution
                        loop */
 #if defined(TARGET_I386)
                     do_interrupt_user(env->exception_index, 
diff --git a/hw/ne2000.c b/hw/ne2000.c
index 14d48ee95b..94700c17b9 100644
--- a/hw/ne2000.c
+++ b/hw/ne2000.c
@@ -312,7 +312,7 @@ static void ne2000_receive(void *opaque, const uint8_t *buf, int size)
     }
     s->curpag = next >> 8;
 
-    /* now we can signal we have receive something */
+    /* now we can signal we have received something */
     s->isr |= ENISR_RX;
     ne2000_update_irq(s);
 }
diff --git a/hw/smc91c111.c b/hw/smc91c111.c
index 214e92efc0..1ef5b56892 100644
--- a/hw/smc91c111.c
+++ b/hw/smc91c111.c
@@ -615,7 +615,7 @@ static void smc91c111_receive(void *opaque, const uint8_t *buf, int size)
 
     if ((s->rcr & RCR_RXEN) == 0 || (s->rcr & RCR_SOFT_RST))
         return;
-    /* Short packets are padded with zeros.  Recieveing a packet
+    /* Short packets are padded with zeros.  Receiving a packet
        < 64 bytes long is considered an error condition.  */
     if (size < 64)
         packetsize = 64;
diff --git a/hw/unin_pci.c b/hw/unin_pci.c
index e47f4b3ac0..6448a6f250 100644
--- a/hw/unin_pci.c
+++ b/hw/unin_pci.c
@@ -183,7 +183,7 @@ PCIBus *pci_pmac_init(void *pic)
     d->config[0x0E] = 0x00; // header_type
     d->config[0x34] = 0x00; // capabilities_pointer
 
-#if 0 // XXX: not activated as PPC BIOS doesn't handle mutiple buses properly
+#if 0 // XXX: not activated as PPC BIOS doesn't handle multiple buses properly
     /* pci-to-pci bridge */
     d = pci_register_device("Uni-north bridge", sizeof(PCIDevice), 0, 13 << 3,
                             NULL, NULL);
diff --git a/target-sh4/README.sh4 b/target-sh4/README.sh4
index b88717532e..2edda9f044 100644
--- a/target-sh4/README.sh4
+++ b/target-sh4/README.sh4
@@ -113,7 +113,7 @@ GDB remote target support has been implemented and lightly tested.
 Files
 -----
 
-File names are harcoded at this time. The bootloader must be stored in
+File names are hardcoded at this time. The bootloader must be stored in
 shix_bios.bin in the current directory. The initial Linux image must
 be stored in shix_linux_nand.bin in the current directory in NAND
 format. Test files can be obtained from