From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L6p76-0007GH-SZ for qemu-devel@nongnu.org; Sun, 30 Nov 2008 11:25:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L6p76-0007Fy-0w for qemu-devel@nongnu.org; Sun, 30 Nov 2008 11:25:40 -0500 Received: from [199.232.76.173] (port=39032 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L6p75-0007Ft-PH for qemu-devel@nongnu.org; Sun, 30 Nov 2008 11:25:39 -0500 Received: from savannah.gnu.org ([199.232.41.3]:42652 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L6p75-0007Pf-Gh for qemu-devel@nongnu.org; Sun, 30 Nov 2008 11:25:39 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1L6p74-000662-Q5 for qemu-devel@nongnu.org; Sun, 30 Nov 2008 16:25:38 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1L6p74-00065x-Br for qemu-devel@nongnu.org; Sun, 30 Nov 2008 16:25:38 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Sun, 30 Nov 2008 16:25:38 +0000 Subject: [Qemu-devel] [5835] Spelling and grammar fixes 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 Revision: 5835 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5835 Author: aurel32 Date: 2008-11-30 16:25:37 +0000 (Sun, 30 Nov 2008) Log Message: ----------- Spelling and grammar fixes Minor fixes of spelling and grammar in comments and documentation Signed-off-by: Stefan Weil Signed-off-by: Aurelien Jarno Modified Paths: -------------- trunk/m68k-dis.c trunk/qemu-doc.texi trunk/target-m68k/translate.c Modified: trunk/m68k-dis.c =================================================================== --- trunk/m68k-dis.c 2008-11-30 16:25:17 UTC (rev 5834) +++ trunk/m68k-dis.c 2008-11-30 16:25:37 UTC (rev 5835) @@ -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. Modified: trunk/qemu-doc.texi =================================================================== --- trunk/qemu-doc.texi 2008-11-30 16:25:17 UTC (rev 5834) +++ trunk/qemu-doc.texi 2008-11-30 16:25:37 UTC (rev 5835) @@ -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 Modified: trunk/target-m68k/translate.c =================================================================== --- trunk/target-m68k/translate.c 2008-11-30 16:25:17 UTC (rev 5834) +++ trunk/target-m68k/translate.c 2008-11-30 16:25:37 UTC (rev 5835) @@ -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;