aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/FreeRTOS.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/FreeRTOS.c
parentac43d7a69fca52df1ad287b51c44013653ad2f61 (diff)
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/FreeRTOS.c')
-rw-r--r--src/rtos/FreeRTOS.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtos/FreeRTOS.c b/src/rtos/FreeRTOS.c
index 2aa4565a..40da925f 100644
--- a/src/rtos/FreeRTOS.c
+++ b/src/rtos/FreeRTOS.c
@@ -472,7 +472,7 @@ static int FreeRTOS_create( struct target* target )
}
if ( i >= FREERTOS_NUM_PARAMS )
{
- LOG_OUTPUT("Could not find target in FreeRTOS compatability list\r\n");
+ LOG_OUTPUT("Could not find target in FreeRTOS compatibility list\r\n");
return -1;
}