소스 검색

Merge pull request #3395 from liulangrenaaa/master

fix the comment
Bernard Xiong 5 년 전
부모
커밋
9fca5eb478
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/thread.c

+ 1 - 1
src/thread.c

@@ -590,7 +590,7 @@ RTM_EXPORT(rt_thread_delay_until);
 /**
  * This function will let current thread delay for some milliseconds.
  *
- * @param tick the delay time
+ * @param ms the delay ms time
  *
  * @return RT_EOK
  */