From 8ef935b22ba5cc9e0b71af36c86de54a2142744d Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Tue, 11 Oct 2011 19:43:15 +0200 Subject: tcg: Fix spelling in comment (varables -> variables) Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- tcg/tcg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcg') diff --git a/tcg/tcg.h b/tcg/tcg.h index de8a1d5e8..015f88ae6 100644 --- 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). -- cgit v1.2.3