diff --git a/kernel/evtdrv/include/tos_evtdrv_sys.h b/kernel/evtdrv/include/tos_evtdrv_sys.h index f5963f53..43ce8128 100644 --- a/kernel/evtdrv/include/tos_evtdrv_sys.h +++ b/kernel/evtdrv/include/tos_evtdrv_sys.h @@ -25,7 +25,7 @@ typedef void (*k_evtdrv_poll_t)(void); /** * @brief Initialize the event-driven system. * - * @attention event-driven is a simplified schedule model to support the none-context-swith-based multi-task programming.("the big while 1") + * @attention event-driven is a simplified schedule model to support the none-context-switch-based multi-task programming.("the big while 1") * must enable TOS_CFG_MMHEAP_EN to use event-driven. * * @param[in] tasks array of the tasks.