summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/host/task.c2
1 files changed, 1 insertions, 1 deletions
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);