All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <weil@mail.berlios.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel][PATCH]Minor spelling fixes
Date: Sun, 14 May 2006 13:06:05 +0200	[thread overview]
Message-ID: <44670F1D.8090303@mail.berlios.de> (raw)

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

             reply	other threads:[~2006-05-14 11:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-14 11:06 Stefan Weil [this message]
2007-06-02 10:10 ` [Qemu-devel][PATCH]Minor spelling fixes Stefan Weil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44670F1D.8090303@mail.berlios.de \
    --to=weil@mail.berlios.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.