diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-05-22 14:02:40 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-05-29 11:58:28 +0100 |
commit | 06ea77bc505b2e41cc42c8c4b39d08ec638a82e8 (patch) | |
tree | fe78ab7060c73736c2fe80bc46cc435b2c09e440 /tcg | |
parent | b9055c3ccafae4624f9caca8aad9305f8b2be8c3 (diff) |
Fix spelling in comment (additon -> addition)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'tcg')
-rw-r--r-- | tcg/tcg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |