fix the comment

Signed-off-by: suhui <3164683437@qq.com>
This commit is contained in:
suhui 2020-02-21 19:46:59 +08:00
parent 4bec714516
commit d6d690da1a
1 changed files with 1 additions and 1 deletions

View File

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