From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuBfS-0000Px-MD for qemu-devel@nongnu.org; Fri, 20 Dec 2013 20:47:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VuBfL-0004WG-OA for qemu-devel@nongnu.org; Fri, 20 Dec 2013 20:47:50 -0500 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:44916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuBfL-0004Ve-Ge for qemu-devel@nongnu.org; Fri, 20 Dec 2013 20:47:43 -0500 Received: by mail-pa0-f47.google.com with SMTP id kq14so3328759pab.34 for ; Fri, 20 Dec 2013 17:47:42 -0800 (PST) From: Jia Liu Date: Sat, 21 Dec 2013 09:47:21 +0800 Message-Id: <1387590442-1965-2-git-send-email-proljc@gmail.com> In-Reply-To: <1387590442-1965-1-git-send-email-proljc@gmail.com> References: <1387590442-1965-1-git-send-email-proljc@gmail.com> Content-Type: text/plain; charset="utf-8" Subject: [Qemu-devel] [PULL 1/2] openrisc: Fix spelling in comment (transaltion -> translation) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: sw@weilnetz.de, aliguori@amazon.com, rth@twiddle.net From: Stefan Weil Fix typo in comment (transaltion -> translation). And I also removed two hyphens in the same comment. Signed-off-by: Stefan Weil Reviewed-by: Jia Liu Signed-off-by: Jia Liu --- target-openrisc/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-openrisc/translate.c b/target-openrisc/translate.c index 91c60eb..b381477 100644 --- a/target-openrisc/translate.c +++ b/target-openrisc/translate.c @@ -112,7 +112,7 @@ void openrisc_translate_init(void) } } -/* Writeback SR_F transaltion-space to execution-space. */ +/* Writeback SR_F translation space to execution space. */ static inline void wb_SR_F(void) { int label; -- 1.8.3.4 (Apple Git-47)