aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/chromium-ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtos/chromium-ec.c')
-rw-r--r--src/rtos/chromium-ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtos/chromium-ec.c b/src/rtos/chromium-ec.c
index 92ed2cb..ae12a3b 100644
--- a/src/rtos/chromium-ec.c
+++ b/src/rtos/chromium-ec.c
@@ -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",