Commit 1addc7c5a11e9fe1811c792614516ed12689a1f0

Authored by aurel32
1 parent d92620c8

Spelling and grammar fixes

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
... ... @@ -7,7 +7,7 @@
7 7  
8 8 #include "dis-asm.h"
9 9  
10   -/* **** foatformat.h from sourceware.org CVS 2005-08-14. */
  10 +/* **** floatformat.h from sourceware.org CVS 2005-08-14. */
11 11 /* IEEE floating point support declarations, for GDB, the GNU Debugger.
12 12 Copyright 1991, 1994, 1995, 1997, 2000, 2003 Free Software Foundation, Inc.
13 13  
... ...
qemu-doc.texi
... ... @@ -391,7 +391,7 @@ time). This option is needed to have correct date in MS-DOS or
391 391 Windows.
392 392  
393 393 @item -startdate @var{date}
394   -Set the initial date of the real time clock. Valid format for
  394 +Set the initial date of the real time clock. Valid formats for
395 395 @var{date} are: @code{now} or @code{2006-06-17T16:01:21} or
396 396 @code{2006-06-17}. The default value is @code{now}.
397 397  
... ... @@ -416,7 +416,7 @@ This option is useful to load things like EtherBoot.
416 416  
417 417 @item -name @var{name}
418 418 Sets the @var{name} of the guest.
419   -This name will be display in the SDL window caption.
  419 +This name will be displayed in the SDL window caption.
420 420 The @var{name} will also be used for the VNC server.
421 421  
422 422 @end table
... ...
target-m68k/translate.c
... ... @@ -503,7 +503,7 @@ static inline TCGv gen_extend(TCGv val, int opsize, int sign)
503 503 }
504 504  
505 505 /* Generate code for an "effective address". Does not adjust the base
506   - register for autoincrememnt addressing modes. */
  506 + register for autoincrement addressing modes. */
507 507 static TCGv gen_lea(DisasContext *s, uint16_t insn, int opsize)
508 508 {
509 509 TCGv reg;
... ...