qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel][PATCH]Minor spelling fixes
@ 2006-05-14 11:06 Stefan Weil
  2007-06-02 10:10 ` Stefan Weil
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2006-05-14 11:06 UTC (permalink / raw)
  To: qemu-devel

Here is a collection of some minor patches.
They only fix spelling in comments.

Regards
Stefan


Index: cpu-exec.c
===================================================================
RCS file: /sources/qemu/qemu/cpu-exec.c,v
retrieving revision 1.78
diff -u -b -B -u -r1.78 cpu-exec.c
--- cpu-exec.c    27 Apr 2006 21:05:14 -0000    1.78
+++ cpu-exec.c    14 May 2006 10:42:48 -0000
@@ -386,7 +386,7 @@
                     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,
Index: hw/ne2000.c
===================================================================
RCS file: /sources/qemu/qemu/hw/ne2000.c,v
retrieving revision 1.19
diff -u -b -B -u -r1.19 ne2000.c
--- hw/ne2000.c    4 Feb 2006 22:15:28 -0000    1.19
+++ hw/ne2000.c    14 May 2006 10:42:54 -0000
@@ -312,7 +312,7 @@
     }
     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);
 }
Index: hw/smc91c111.c
===================================================================
RCS file: /sources/qemu/qemu/hw/smc91c111.c,v
retrieving revision 1.3
diff -u -b -B -u -r1.3 smc91c111.c
--- hw/smc91c111.c    4 Feb 2006 22:15:28 -0000    1.3
+++ hw/smc91c111.c    14 May 2006 10:42:55 -0000
@@ -615,7 +615,7 @@
 
     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;
Index: hw/unin_pci.c
===================================================================
RCS file: /sources/qemu/qemu/hw/unin_pci.c,v
retrieving revision 1.1
diff -u -b -B -u -r1.1 unin_pci.c
--- hw/unin_pci.c    13 May 2006 16:11:23 -0000    1.1
+++ hw/unin_pci.c    14 May 2006 10:42:55 -0000
@@ -176,7 +176,7 @@
     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 busses 
properly
     /* pci-to-pci bridge */
     d = pci_register_device("Uni-north bridge", sizeof(PCIDevice), 0, 
13 << 3,
                             NULL, NULL);
Index: target-mips/translate.c
===================================================================
RCS file: /sources/qemu/qemu/target-mips/translate.c,v
retrieving revision 1.12
diff -u -b -B -u -r1.12 translate.c
--- target-mips/translate.c    23 Apr 2006 15:21:24 -0000    1.12
+++ target-mips/translate.c    14 May 2006 10:42:56 -0000
@@ -173,7 +173,7 @@
 };
 
 enum {
-    /* Mutiply & xxx operations */
+    /* Multiply & xxx operations */
     OPC_MADD     = 0x00 | EXT_SPECIAL2,
     OPC_MADDU    = 0x01 | EXT_SPECIAL2,
     OPC_MUL      = 0x02 | EXT_SPECIAL2,
Index: target-sh4/README.sh4
===================================================================
RCS file: /sources/qemu/qemu/target-sh4/README.sh4,v
retrieving revision 1.1
diff -u -b -B -u -r1.1 README.sh4
--- target-sh4/README.sh4    27 Apr 2006 21:32:09 -0000    1.1
+++ target-sh4/README.sh4    14 May 2006 10:42:57 -0000
@@ -113,7 +113,7 @@
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-02 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-14 11:06 [Qemu-devel][PATCH]Minor spelling fixes Stefan Weil
2007-06-02 10:10 ` Stefan Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).