未验证 提交 36d2652f 编写于 作者: D David Lin 提交者: GitHub

Fixed typo 'threah' and 'swithc' in cpuport.c

Fixed typo:
    threah -> thread
    swithc -> switch
上级 dd5178ef
......@@ -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)
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册