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
This commit is contained in:
@@ -306,7 +306,7 @@ static int chromium_ec_update_threads(struct rtos *rtos)
|
||||
LOG_ERROR("Failed to get task %d's runtime", t);
|
||||
runtime = target_buffer_get_u64(rtos->target, runtime_buf);
|
||||
|
||||
/* Priority is simply the positon in the array */
|
||||
/* Priority is simply the position in the array */
|
||||
if (thread_ptr == current_task)
|
||||
snprintf(thread_str_buf, sizeof(thread_str_buf),
|
||||
"State: Running, Priority: %u, Events: %" PRIx32 ", Runtime: %" PRIu64 "\n",
|
||||
|
||||
Reference in New Issue
Block a user