소스 검색

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

Fixed typo:
    threah -> thread
    swithc -> switch
David Lin 5 년 전
부모
커밋
36d2652f0d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      libcpu/rx/cpuport.c

+ 2 - 2
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)
  *