瀏覽代碼

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
  */