All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org
Cc: David Edmondson <david.edmondson@oracle.com>,
	Lichang Zhao <zhaolichang@huawei.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	Philippe Mathieu-Daude <f4bug@amsat.org>,
	Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: [PULL 7/8] target/rx: Fix some comment spelling errors
Date: Tue, 27 Oct 2020 00:29:34 +0100	[thread overview]
Message-ID: <20201026232935.92777-8-f4bug@amsat.org> (raw)
In-Reply-To: <20201026232935.92777-1-f4bug@amsat.org>

From: Lichang Zhao <zhaolichang@huawei.com>

There are many spelling errors in the comments of target/rx.
Use spellcheck to check the spelling errors, then fix them.

Signed-off-by: zhaolichang <zhaolichang@huawei.com>
Reviewed-by: David Edmondson <david.edmondson@oracle.com>
Reviewed-by: Philippe Mathieu-Daude<f4bug@amsat.org>
Message-Id: <20201009064449.2336-5-zhaolichang@huawei.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 target/rx/op_helper.c | 2 +-
 target/rx/translate.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/rx/op_helper.c b/target/rx/op_helper.c
index f89d294f2b2..59389f49921 100644
--- a/target/rx/op_helper.c
+++ b/target/rx/op_helper.c
@@ -318,7 +318,7 @@ void helper_swhile(CPURXState *env, uint32_t sz)
     env->psw_c = (tmp <= env->regs[2]);
 }
 
-/* accumlator operations */
+/* accumulator operations */
 void helper_rmpa(CPURXState *env, uint32_t sz)
 {
     uint64_t result_l, prev;
diff --git a/target/rx/translate.c b/target/rx/translate.c
index 482278edd25..9ea941c6302 100644
--- a/target/rx/translate.c
+++ b/target/rx/translate.c
@@ -1089,7 +1089,7 @@ static void rx_sub(TCGv ret, TCGv arg1, TCGv arg2)
     tcg_gen_xor_i32(temp, arg1, arg2);
     tcg_gen_and_i32(cpu_psw_o, cpu_psw_o, temp);
     tcg_temp_free_i32(temp);
-    /* CMP not requred return */
+    /* CMP not required return */
     if (ret) {
         tcg_gen_mov_i32(ret, cpu_psw_s);
     }
-- 
2.26.2



  parent reply	other threads:[~2020-10-26 23:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-26 23:29 [PULL 0/8] Renesas patches for 2020-10-27 Philippe Mathieu-Daudé
2020-10-26 23:29 ` [PULL 1/8] elf: Add EM_RX definition Philippe Mathieu-Daudé
2020-10-26 23:29 ` [PULL 2/8] hw/timer/sh_timer: Coding style clean-up Philippe Mathieu-Daudé
2020-10-26 23:29 ` [PULL 3/8] hw/timer/sh_timer: Silence warnings about missing fallthrough statements Philippe Mathieu-Daudé
2020-10-26 23:29 ` [PULL 4/8] hw/timer/sh_timer: Remove superfluous "break" statements Philippe Mathieu-Daudé
2020-10-26 23:29 ` [PULL 5/8] target/sh4: Update coding style to make checkpatch.pl happy Philippe Mathieu-Daudé
2020-10-26 23:29 ` [PULL 6/8] target/sh4: fix some comment spelling errors Philippe Mathieu-Daudé
2020-10-26 23:29 ` Philippe Mathieu-Daudé [this message]
2020-10-26 23:29 ` [PULL 8/8] target/rx: Fix Lesser GPL version number Philippe Mathieu-Daudé
2020-10-28 19:59 ` [PULL 0/8] Renesas patches for 2020-10-27 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201026232935.92777-8-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=david.edmondson@oracle.com \
    --cc=magnus.damm@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=ysato@users.sourceforge.jp \
    --cc=zhaolichang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.