From 36d2652f0d560f7ceffdf9f2660b59c486b1f175 Mon Sep 17 00:00:00 2001 From: David Lin Date: Mon, 17 Feb 2020 09:13:17 +0800 Subject: [PATCH] Fixed typo 'threah' and 'swithc' in cpuport.c Fixed typo: threah -> thread swithc -> switch --- libcpu/rx/cpuport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcpu/rx/cpuport.c b/libcpu/rx/cpuport.c index e8a75c629e..681c0e8e6e 100644 --- a/libcpu/rx/cpuport.c +++ b/libcpu/rx/cpuport.c @@ -58,7 +58,7 @@ struct stack_frame }; /** - * Initilial the threah stack. + * Initilial the thread stack. * * @author LXZ (2014/11/8) * @@ -158,7 +158,7 @@ void rt_hw_context_switch(rt_uint32_t from, rt_uint32_t to) ENTER_INTERRUPT(); } /** - * swithc thread out the interrupt + * switch thread out the interrupt * * @author LXZ (2014/11/8) *