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
This commit is contained in:
aurel32 2008-11-30 16:25:37 +00:00
parent d92620c8e0
commit 1addc7c5a1
3 changed files with 4 additions and 4 deletions

View 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;