aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/ThreadX.c
diff options
context:
space:
mode:
authorLuca Bruno <lucab@debian.org>2011-07-10 16:58:31 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-07-10 17:00:57 +0200
commit898dd3af46e76fb195c6894f54e9bc9272375ffb (patch)
treeb72056880d52719347575be95252a492da73603f /src/rtos/ThreadX.c
parentac43d7a69fca52df1ad287b51c44013653ad2f61 (diff)
downloadriscv-openocd-898dd3af46e76fb195c6894f54e9bc9272375ffb.zip
riscv-openocd-898dd3af46e76fb195c6894f54e9bc9272375ffb.tar.gz
riscv-openocd-898dd3af46e76fb195c6894f54e9bc9272375ffb.tar.bz2
Fix typo in command output
Fix a bunch of minor typo in user facing output. Signed-off-by: Luca Bruno <lucab@debian.org>
Diffstat (limited to 'src/rtos/ThreadX.c')
-rw-r--r--src/rtos/ThreadX.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtos/ThreadX.c b/src/rtos/ThreadX.c
index 8dc4640..1ce47a2 100644
--- a/src/rtos/ThreadX.c
+++ b/src/rtos/ThreadX.c
@@ -525,7 +525,7 @@ static int ThreadX_create( struct target* target )
}
if ( i >= THREADX_NUM_PARAMS )
{
- LOG_OUTPUT("Could not find target in ThreadX compatability list\r\n");
+ LOG_OUTPUT("Could not find target in ThreadX compatibility list\r\n");
return -1;
}