]> git.proxmox.com Git - qemu.git/commitdiff
Spelling and grammar fixes
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 30 Nov 2008 16:25:37 +0000 (16:25 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 30 Nov 2008 16:25:37 +0000 (16:25 +0000)
Minor fixes of spelling and grammar in comments and documentation

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5835 c046a42c-6fe2-441c-8c8c-71466251a162

m68k-dis.c
qemu-doc.texi
target-m68k/translate.c

index 5a4ece5a390e051465566e78c1bcfae8a851fb3d..9978caac5ac3c377940ab30333f803c8732a03e6 100644 (file)
@@ -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 6ae3ca0e147302822be0f0d9f5b2674f9b4cee2a..19edd01876036721f4bc002cd32608e5541946be 100644 (file)
@@ -391,7 +391,7 @@ time). This option is needed to have correct date in MS-DOS or
 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 @@ This option is useful to load things like EtherBoot.
 
 @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
index 5c27a7e6bbf69a1b9db7ba91a9323916e63e427e..bc2fe2b619985d45c9a42b9b26b2b84ce7fb37b4 100644 (file)
@@ -503,7 +503,7 @@ static inline TCGv gen_extend(TCGv val, int opsize, int sign)
 }
 
 /* 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;