From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AC479C48BC3 for ; Wed, 21 Feb 2024 03:24:37 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rcdDX-0008Vd-DI; Tue, 20 Feb 2024 22:24:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rcdDV-0008VR-16; Tue, 20 Feb 2024 22:24:17 -0500 Received: from ik1-413-38519.vs.sakura.ne.jp ([153.127.30.23] helo=sakura.ysato.name) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rcdDP-00036B-RE; Tue, 20 Feb 2024 22:24:15 -0500 Received: from SIOS1075.ysato.ml (al128006.dynamic.ppp.asahi-net.or.jp [111.234.128.6]) by sakura.ysato.name (Postfix) with ESMTPSA id E639E1C0166; Wed, 21 Feb 2024 12:24:05 +0900 (JST) Date: Wed, 21 Feb 2024 12:24:05 +0900 Message-ID: <87o7ca4i0a.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Manos Pitsidianakis Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Michael Tokarev Subject: Re: [PATCH v1 07/21] sh4: correct typos In-Reply-To: <12425416adca441b07f7e3ecd4bb339096a7568b.1708419115.git.manos.pitsidianakis@linaro.org> References: <12425416adca441b07f7e3ecd4bb339096a7568b.1708419115.git.manos.pitsidianakis@linaro.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: softfail client-ip=153.127.30.23; envelope-from=ysato@users.sourceforge.jp; helo=sakura.ysato.name X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.183, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On Tue, 20 Feb 2024 17:52:14 +0900, Manos Pitsidianakis wrote: >=20 > Correct typos automatically found with the `typos` tool > >=20 > Signed-off-by: Manos Pitsidianakis > --- > hw/sh4/sh7750_regs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/hw/sh4/sh7750_regs.h b/hw/sh4/sh7750_regs.h > index edb5d18f00..946ad7b3aa 100644 > --- a/hw/sh4/sh7750_regs.h > +++ b/hw/sh4/sh7750_regs.h > @@ -172,7 +172,7 @@ > =20 > =20 > /* > - * Exeption-related registers > + * Exception-related registers > */ > =20 > /* Immediate data for TRAPA instruction - TRA */ > --=20 > =CE=B3=CE=B1=E1=BF=96=CE=B1 =CF=80=CF=85=CF=81=CE=AF =CE=BC=CE=B9=CF=87= =CE=B8=CE=AE=CF=84=CF=89 >=20 Reviewed-by: Yoshinori Sato --=20 Yosinori Sato