From: Stefan Weil Date: Sun, 22 May 2011 12:02:40 +0000 (+0200) Subject: Fix spelling in comment (additon -> addition) X-Git-Tag: v0.15.0-rc0~235^2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=06ea77bc505b2e41cc42c8c4b39d08ec638a82e8;p=qemu-xen-4.5-testing.git Fix spelling in comment (additon -> addition) Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- diff --git a/tcg/tcg.h b/tcg/tcg.h index 2b985ac02..746378a16 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -129,7 +129,7 @@ typedef tcg_target_ulong TCGArg; We use plain int by default to avoid this runtime overhead. Users of tcg_gen_* don't need to know about any of this, and should treat TCGv as an opaque type. - In additon we do typechecking for different types of variables. TCGv_i32 + In addition we do typechecking for different types of variables. TCGv_i32 and TCGv_i64 are 32/64-bit variables respectively. TCGv and TCGv_ptr are aliases for target_ulong and host pointer sized values respectively. */