Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
---
target/riscv/debug.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/riscv/debug.c b/target/riscv/debug.c
index d7c171736f..32aa46262a 100644
--- a/target/riscv/debug.c
+++ b/target/riscv/debug.c
@@ -120,7 +120,7 @@ static trigger_action_t get_trigger_action(CPURISCVState *env,
break;
case TRIGGER_TYPE_NO_EXIST:
case TRIGGER_TYPE_UNAVAIL:
- qemu_log_mask(LOG_GUEST_ERROR, "trigger type: %d does not exit\n",
+ qemu_log_mask(LOG_GUEST_ERROR, "trigger type: %d does not exist\n",
trigger_type);
break;
default:
@@ -895,7 +895,7 @@ void tdata_csr_write(CPURISCVState *env, int tdata_index, target_ulong val)
trigger_type);
break;
case TRIGGER_TYPE_NO_EXIST:
- qemu_log_mask(LOG_GUEST_ERROR, "trigger type: %d does not exit\n",
+ qemu_log_mask(LOG_GUEST_ERROR, "trigger type: %d does not exist\n",
trigger_type);
break;
default:
--
2.51.0