From 9f3d9ccd53800c7f8ce08437de38bc6c6e2ef121 Mon Sep 17 00:00:00 2001 From: Bobby Casey Date: Fri, 7 Oct 2022 15:24:28 -0400 Subject: core/host/task.c: Fix typo in comment BUG=none BRANCH=none TEST=none Signed-off-by: Bobby Casey Change-Id: Ia4e032b80ade37a8ad0dcfda1f4236ad6cdb2277 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3956159 Code-Coverage: Zoss Reviewed-by: Andrea Grandi Reviewed-by: Tom Hughes --- core/host/task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/host/task.c b/core/host/task.c index 3ba241198b..31ea386f2e 100644 --- a/core/host/task.c +++ b/core/host/task.c @@ -164,7 +164,7 @@ void task_trigger_test_interrupt(void (*isr)(void)) return; } - /* Suspend current task and excute ISR */ + /* Suspend current task and execute ISR */ pending_isr = isr; if (task_started) { pthread_kill(tasks[running_task_id].thread, SIGNAL_INTERRUPT); -- cgit v1.2.1