tcg: Fix spelling in comment (varables -> variables)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
f4f17adc33
commit
8ef935b22b
@ -175,7 +175,7 @@ typedef enum TCGType {
|
|||||||
|
|
||||||
typedef tcg_target_ulong TCGArg;
|
typedef tcg_target_ulong TCGArg;
|
||||||
|
|
||||||
/* Define a type and accessor macros for varables. Using a struct is
|
/* Define a type and accessor macros for variables. Using a struct is
|
||||||
nice because it gives some level of type safely. Ideally the compiler
|
nice because it gives some level of type safely. Ideally the compiler
|
||||||
be able to see through all this. However in practice this is not true,
|
be able to see through all this. However in practice this is not true,
|
||||||
expecially on targets with braindamaged ABIs (e.g. i386).
|
expecially on targets with braindamaged ABIs (e.g. i386).
|
||||||
|
Loading…
Reference in New Issue
Block a user