mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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:
parent
d92620c8e0
commit
1addc7c5a1
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue