diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-11-02 08:29:53 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2012-12-07 12:34:11 +0100 |
commit | a93cf9dfba171aa94e3c4002d58abef2a3732bfb (patch) | |
tree | 544ff9ccebcc2f45758aae61bae6068101c48de2 /tcg/tcg.h | |
parent | eac29d87c883fcbb54913ae20ed2bdccb4bcf7a3 (diff) | |
download | qemu-a93cf9dfba171aa94e3c4002d58abef2a3732bfb.zip |
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>
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r-- | tcg/tcg.h | 4 |
1 files changed, 2 insertions, 2 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, |