From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FfEQW-0005Bi-FO for qemu-devel@nongnu.org; Sun, 14 May 2006 07:06:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FfEQT-0005Al-Sk for qemu-devel@nongnu.org; Sun, 14 May 2006 07:06:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfEQT-0005AJ-Ke for qemu-devel@nongnu.org; Sun, 14 May 2006 07:06:17 -0400 Received: from [212.227.126.187] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FfESd-0006ur-Jb for qemu-devel@nongnu.org; Sun, 14 May 2006 07:08:32 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by flubber.weilnetz.de (Postfix) with ESMTP id A5899F2C46 for ; Sun, 14 May 2006 13:06:05 +0200 (CEST) Message-ID: <44670F1D.8090303@mail.berlios.de> Date: Sun, 14 May 2006 13:06:05 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: [Qemu-devel][PATCH]Minor spelling fixes Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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