Message ID | d3a488b11917054cf4f13010e0f56d7b619a1257.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> > --- > 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)
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); void plugin_gen_tb_end(CPUState *cpu, size_t num_insns); void plugin_gen_insn_start(CPUState *cpu, const struct DisasContextBase *db); void plugin_gen_insn_end(void);
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(-)