From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR1dE-0002w3-IN for qemu-devel@nongnu.org; Thu, 17 Nov 2011 08:03:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR1d8-0001QW-K9 for qemu-devel@nongnu.org; Thu, 17 Nov 2011 08:03:56 -0500 Received: from mtagate1.uk.ibm.com ([194.196.100.161]:60207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR1d8-0001QG-9F for qemu-devel@nongnu.org; Thu, 17 Nov 2011 08:03:50 -0500 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id pAHD3nhq021464 for ; Thu, 17 Nov 2011 13:03:49 GMT Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pAHD3m6F2408656 for ; Thu, 17 Nov 2011 13:03:48 GMT Received: from d06av09.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pAHD3mWl019735 for ; Thu, 17 Nov 2011 06:03:48 -0700 From: Stefan Hajnoczi Date: Thu, 17 Nov 2011 13:03:34 +0000 Message-Id: <1321535018-32543-2-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1321535018-32543-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1321535018-32543-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 1/5] Fix spelling in documentation and comments (similiar -> similar) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Weil , Anthony Liguori , Stefan Hajnoczi From: Stefan Weil This bug was detected by codespell. In mips_mipssim.c a grammatical error was fixed, too. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- docs/libcacard.txt | 2 +- hw/mips_mipssim.c | 2 +- qemu-doc.texi | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/libcacard.txt b/docs/libcacard.txt index 5dee6fa..ae010d2 100644 --- a/docs/libcacard.txt +++ b/docs/libcacard.txt @@ -399,7 +399,7 @@ functions: This function will automatically generate the appropriate new reader events and add the reader to the list. - To create a new card, the virtual card emulator will call a similiar + To create a new card, the virtual card emulator will call a similar function. VCard *vcard_new(VCardEmul *card_emul, diff --git a/hw/mips_mipssim.c b/hw/mips_mipssim.c index 7407158..b56cba6 100644 --- a/hw/mips_mipssim.c +++ b/hw/mips_mipssim.c @@ -1,7 +1,7 @@ /* * QEMU/mipssim emulation * - * Emulates a very simple machine model similiar to the one use by the + * Emulates a very simple machine model similar to the one used by the * proprietary MIPS emulator. * * Copyright (c) 2007 Thiemo Seufer diff --git a/qemu-doc.texi b/qemu-doc.texi index 149e9bd..154b82d 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1749,7 +1749,7 @@ PC Keyboard IDE controller @end itemize -The mipssim pseudo board emulation provides an environment similiar +The mipssim pseudo board emulation provides an environment similar to what the proprietary MIPS emulator uses for running Linux. It supports: @@ -2141,7 +2141,7 @@ Xtensa emulator pseudo board "sim" Avnet LX60/LX110/LX200 board @end itemize -The sim pseudo board emulation provides an environment similiar +The sim pseudo board emulation provides an environment similar to one provided by the proprietary Tensilica ISS. It supports: -- 1.7.7.1