From 52368d6ea1d6689222a050abfd32810bf5f1fd58 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Thu, 28 Dec 2017 11:52:59 -0800 Subject: [PATCH] Fix typo. Issue #164 Change-Id: I083ba0d7df72a83a802297baa25753f8d274519a --- src/rtos/riscv_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtos/riscv_debug.c b/src/rtos/riscv_debug.c index b84a4f91f..bc46754a4 100644 --- a/src/rtos/riscv_debug.c +++ b/src/rtos/riscv_debug.c @@ -264,7 +264,7 @@ static int riscv_gdb_v_packet(struct connection *connection, const char *packet, static int riscv_get_thread_reg_list(struct rtos *rtos, int64_t thread_id, char **hex_reg_list) { - LOG_DEBUG("Updating RISC-V regiser list for hart %d", (int)(thread_id - 1)); + LOG_DEBUG("Updating RISC-V register list for hart %d", (int)(thread_id - 1)); #if 0 LOG_ERROR(" Not actually updating");