Message ID | 12425416adca441b07f7e3ecd4bb339096a7568b.1708419115.git.manos.pitsidianakis@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Trivial tree wide typo fixes | expand |
On 20/2/24 09:52, Manos Pitsidianakis wrote: > Correct typos automatically found with the `typos` tool > <https://crates.io/crates/typos> > > Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> > --- > hw/sh4/sh7750_regs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
On Tue, 20 Feb 2024 17:52:14 +0900, Manos Pitsidianakis wrote: > > Correct typos automatically found with the `typos` tool > <https://crates.io/crates/typos> > > Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> > --- > hw/sh4/sh7750_regs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 @@ > > > /* > - * Exeption-related registers > + * Exception-related registers > */ > > /* Immediate data for TRAPA instruction - TRA */ > -- > γαῖα πυρί μιχθήτω > Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
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 @@ /* - * Exeption-related registers + * Exception-related registers */ /* Immediate data for TRAPA instruction - TRA */
Correct typos automatically found with the `typos` tool <https://crates.io/crates/typos> Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> --- hw/sh4/sh7750_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)