From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQeIK-0004hJ-7B for qemu-devel@nongnu.org; Sun, 29 May 2011 07:36:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQeII-0002Ft-8Y for qemu-devel@nongnu.org; Sun, 29 May 2011 07:36:32 -0400 Received: from mtagate4.uk.ibm.com ([194.196.100.164]:57890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQeII-0002Fd-1r for qemu-devel@nongnu.org; Sun, 29 May 2011 07:36:30 -0400 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate4.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p4TBaTJZ010232 for ; Sun, 29 May 2011 11:36:29 GMT Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p4TBaTNk811080 for ; Sun, 29 May 2011 12:36:29 +0100 Received: from d06av06.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p4TBaSZ0027561 for ; Sun, 29 May 2011 05:36:29 -0600 From: Stefan Hajnoczi Date: Sun, 29 May 2011 12:36:25 +0100 Message-Id: <1306668985-31541-3-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1306668985-31541-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1306668985-31541-1-git-send-email-stefanha@linux.vnet.ibm.com> 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-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi From: Stefan Weil Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- tcg/tcg.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tcg/tcg.h b/tcg/tcg.h index 2b985ac..746378a 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.4.4