qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 09/21] include/exec/plugin-gen.h: correct typos


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v1 09/21] include/exec/plugin-gen.h: correct typos
Date: Tue, 20 Feb 2024 13:17:32 +0100
User-agent: Mozilla Thunderbird

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>
---
  include/exec/plugin-gen.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/exec/plugin-gen.h b/include/exec/plugin-gen.h
index c4552b5061..b18edd6ab4 100644
--- a/include/exec/plugin-gen.h
+++ b/include/exec/plugin-gen.h
@@ -19,7 +19,7 @@ struct DisasContextBase;
  #ifdef CONFIG_PLUGIN
bool plugin_gen_tb_start(CPUState *cpu, const struct DisasContextBase *db,
-                         bool supress);
+                         bool suppress);

Could we keep the definition in sync?

accel/tcg/plugin-gen.c:794:bool plugin_gen_tb_start(CPUState *cpu, const DisasContextBase *db,
accel/tcg/plugin-gen.c-795-                         bool mem_only)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]