diff --git a/src/thread.c b/src/thread.c index 74a573b78f4e61084fecade44a71be5616ececbb..19ab5549c82883adddfd4548f8edba08d0fd5abe 100644 --- a/src/thread.c +++ b/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 */