tcg: Fix spelling in comment (varables -> variables)
authorStefan Weil <sw@weilnetz.de>
Tue, 11 Oct 2011 17:43:15 +0000 (19:43 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 14 Oct 2011 13:39:47 +0000 (14:39 +0100)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
tcg/tcg.h

index de8a1d5e8f75f31980f425556830aa3dac6cb499..015f88ae69c8c59ea1ead0fb9cfdc13afbdc512f 100644 (file)
--- a/tcg/tcg.h
+++ b/tcg/tcg.h
@@ -175,7 +175,7 @@ typedef enum TCGType {
 
 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
    be able to see through all this.  However in practice this is not true,
    expecially on targets with braindamaged ABIs (e.g. i386).