From patchwork Sat Dec 21 01:47:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jia Liu X-Patchwork-Id: 304353 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B9BF72C0079 for ; Sat, 21 Dec 2013 12:48:21 +1100 (EST) Received: from localhost ([::1]:52509 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuBfv-0000XC-0Q for incoming@patchwork.ozlabs.org; Fri, 20 Dec 2013 20:48:19 -0500 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :content-type; bh=Oll55X8Z35It00rplOlnjzfKuiPQIyNKpbBlQlfBWIg=; b=vP6KqghmjiMpROIbGm6xhDPpLUiRnMl+2mjZAxgzdZHr1F2aaYaktMt8h1hIPWJkLJ IS1X+tRKTfZSFgeDavWFO1JZ8U66fSKFnp5G3TZhY7hpkPpOPdslTwV9gzWcrs3fse6e NomsvNSODDvtAqmfN3Ib+G6gZTk4xVG0H6cG/Xm96kVdYrqHIAwz9kaaayyseVzj0mJL KTv0lOMLXeUlrr/BhoyEYqatTV370Nk0qZoP/v8XK/RMnI6eVB+4/ZsMBc9gJzYovcrF jpO3zGzdT78plECXPJ9hBhYUz2nzYPpvG3S7hEEvgm3nijXyI2e0A+P7WJhdc4n5RMzq tCjg== X-Received: by 10.66.150.69 with SMTP id ug5mr12175737pab.55.1387590462588; Fri, 20 Dec 2013 17:47:42 -0800 (PST) Received: from localhost.localdomain ([123.112.96.141]) by mx.google.com with ESMTPSA id ik1sm17391737pbc.9.2013.12.20.17.47.38 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 20 Dec 2013 17:47:41 -0800 (PST) From: Jia Liu To: qemu-devel@nongnu.org Date: Sat, 21 Dec 2013 09:47:21 +0800 Message-Id: <1387590442-1965-2-git-send-email-proljc@gmail.com> X-Mailer: git-send-email 1.8.3.4 (Apple Git-47) In-Reply-To: <1387590442-1965-1-git-send-email-proljc@gmail.com> References: <1387590442-1965-1-git-send-email-proljc@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22f Cc: sw@weilnetz.de, aliguori@amazon.com, rth@twiddle.net Subject: [Qemu-devel] [PULL 1/2] openrisc: Fix spelling in comment (transaltion -> translation) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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;