From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L6nZt-0004HT-Sn for qemu-devel@nongnu.org; Sun, 30 Nov 2008 09:47:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L6nZr-0004DD-Dc for qemu-devel@nongnu.org; Sun, 30 Nov 2008 09:47:16 -0500 Received: from [199.232.76.173] (port=33748 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L6nZr-0004Cu-7o for qemu-devel@nongnu.org; Sun, 30 Nov 2008 09:47:15 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:65056) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L6nZq-0007DT-Hf for qemu-devel@nongnu.org; Sun, 30 Nov 2008 09:47:14 -0500 Received: from localhost ([127.0.0.1] ident=stefan) by flocke.weilnetz.de with esmtp (Exim 4.69) (envelope-from ) id 1L6nZo-0003Qh-Ga for qemu-devel@nongnu.org; Sun, 30 Nov 2008 15:47:12 +0100 Message-ID: <4932A770.1070108@mail.berlios.de> Date: Sun, 30 Nov 2008 15:47:12 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: [Qemu-devel][PATCH] Spelling and grammar fixes Content-Type: multipart/mixed; boundary="------------030000070809000200090301" Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers This is a multi-part message in MIME format. --------------030000070809000200090301 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit This patch contains some minor fixes of spelling and grammar in comments and documentation. Stefan --------------030000070809000200090301 Content-Type: text/x-diff; name="spelling.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="spelling.patch" Minor fixes of spelling and grammar in comments and documentation Signed-off-by: Stefan Weil Index: m68k-dis.c =================================================================== --- m68k-dis.c (Revision 5818) +++ m68k-dis.c (Arbeitskopie) @@ -7,7 +7,7 @@ #include "dis-asm.h" -/* **** foatformat.h from sourceware.org CVS 2005-08-14. */ +/* **** floatformat.h from sourceware.org CVS 2005-08-14. */ /* IEEE floating point support declarations, for GDB, the GNU Debugger. Copyright 1991, 1994, 1995, 1997, 2000, 2003 Free Software Foundation, Inc. Index: target-m68k/translate.c =================================================================== --- target-m68k/translate.c (Revision 5818) +++ target-m68k/translate.c (Arbeitskopie) @@ -503,7 +503,7 @@ } /* Generate code for an "effective address". Does not adjust the base - register for autoincrememnt addressing modes. */ + register for autoincrement addressing modes. */ static TCGv gen_lea(DisasContext *s, uint16_t insn, int opsize) { TCGv reg; Index: qemu-doc.texi =================================================================== --- qemu-doc.texi (Revision 5818) +++ qemu-doc.texi (Arbeitskopie) @@ -391,7 +391,7 @@ Windows. @item -startdate @var{date} -Set the initial date of the real time clock. Valid format for +Set the initial date of the real time clock. Valid formats for @var{date} are: @code{now} or @code{2006-06-17T16:01:21} or @code{2006-06-17}. The default value is @code{now}. @@ -416,7 +416,7 @@ @item -name @var{name} Sets the @var{name} of the guest. -This name will be display in the SDL window caption. +This name will be displayed in the SDL window caption. The @var{name} will also be used for the VNC server. @end table --------------030000070809000200090301--