From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QO7N9-0001It-36 for qemu-devel@nongnu.org; Sun, 22 May 2011 08:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QO7N8-00030q-8E for qemu-devel@nongnu.org; Sun, 22 May 2011 08:03:03 -0400 From: Stefan Weil Date: Sun, 22 May 2011 14:02:40 +0200 Message-Id: <1306065760-4541-2-git-send-email-weil@mail.berlios.de> In-Reply-To: <1306065760-4541-1-git-send-email-weil@mail.berlios.de> References: <1306065760-4541-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH 2/2] Fix spelling in comment (additon -> addition) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: qemu-trivial@nongnu.org Signed-off-by: Stefan Weil --- tcg/tcg.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tcg/tcg.h b/tcg/tcg.h index cecef63..183a446 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. */ -- 1.7.2.5