mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Fix comments (adress -> address, layed -> laid, wierd -> weird)
Remove also a duplicated 'the'. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
eac29d87c8
commit
a93cf9dfba
3 changed files with 5 additions and 5 deletions
|
@ -290,8 +290,8 @@ typedef int TCGv_i64;
|
|||
#define TCG_CALL_DUMMY_TCGV MAKE_TCGV_I32(-1)
|
||||
#define TCG_CALL_DUMMY_ARG ((TCGArg)(-1))
|
||||
|
||||
/* Conditions. Note that these are layed out for easy manipulation by
|
||||
the the functions below:
|
||||
/* Conditions. Note that these are laid out for easy manipulation by
|
||||
the functions below:
|
||||
bit 0 is used for inverting;
|
||||
bit 1 is signed,
|
||||
bit 2 is unsigned,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue