aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2017-12-28 11:52:59 -0800
committerTim Newsome <tim@sifive.com>2017-12-28 11:52:59 -0800
commit52368d6ea1d6689222a050abfd32810bf5f1fd58 (patch)
tree258202ff9f66db1f977448abd44f449132c5fa38
parent0774011e21a669f0f13c6446710e39532b40f852 (diff)
downloadriscv-openocd-52368d6ea1d6689222a050abfd32810bf5f1fd58.zip
riscv-openocd-52368d6ea1d6689222a050abfd32810bf5f1fd58.tar.gz
riscv-openocd-52368d6ea1d6689222a050abfd32810bf5f1fd58.tar.bz2
Fix typo.
Issue #164 Change-Id: I083ba0d7df72a83a802297baa25753f8d274519a
-rw-r--r--src/rtos/riscv_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtos/riscv_debug.c b/src/rtos/riscv_debug.c
index b84a4f9..bc46754 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");