From 015a5473fe818078d67b923cc491a6c822bcc4d4 Mon Sep 17 00:00:00 2001 From: David Lin Date: Fri, 28 Feb 2020 08:31:57 +0800 Subject: [PATCH] Fixed typo 'context-swith' in tos_evtdrv_sys.h 'context-switch' is right, so we should re-code: none-context-swith-based -> none-context-switch-based --- kernel/evtdrv/include/tos_evtdrv_sys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.