]> git.proxmox.com Git - qemu.git/commitdiff
Fix spelling in comment (additon -> addition)
authorStefan Weil <weil@mail.berlios.de>
Sun, 22 May 2011 12:02:40 +0000 (14:02 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Sun, 29 May 2011 10:58:28 +0000 (11:58 +0100)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
tcg/tcg.h

index 2b985ac024c139ae1abcf762be32186161774d44..746378a161ae27084cc38b3f4059783d273a4655 100644 (file)
--- 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.
  */