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.pitsidiana...@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)