aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/linux.c
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-07-12 00:25:53 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2020-07-26 20:13:41 +0100
commite527937779b990aeeaefd5e5224f6f899e2f67a7 (patch)
tree3861964fba2e701b72b0f17edfafd2928d07512b /src/rtos/linux.c
parent9db3e9879db3d89984eea80dc6fd9b1c3c269e58 (diff)
downloadriscv-openocd-e527937779b990aeeaefd5e5224f6f899e2f67a7.zip
riscv-openocd-e527937779b990aeeaefd5e5224f6f899e2f67a7.tar.gz
riscv-openocd-e527937779b990aeeaefd5e5224f6f899e2f67a7.tar.bz2
rtos: fix minor typos
Change-Id: I9ed4e2150a0a057397538b608d4a72bc48d0d64f Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5759 Tested-by: jenkins
Diffstat (limited to 'src/rtos/linux.c')
-rw-r--r--src/rtos/linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtos/linux.c b/src/rtos/linux.c
index 63659bb..cd1ed21 100644
--- a/src/rtos/linux.c
+++ b/src/rtos/linux.c
@@ -188,7 +188,7 @@ static int linux_os_thread_reg_list(struct rtos *rtos,
return ERROR_FAIL;
}
- /* search target to perfom the access */
+ /* search target to perform the access */
struct reg **gdb_reg_list;
struct target_list *head;
head = target->head;