[kernel] Improve code comments.

This commit is contained in:
guozhanxin
2021-09-14 21:55:06 +08:00
parent e6f5282f6e
commit 6cb093aa27
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ RTM_EXPORT(rt_tick_from_millisecond);
/**
* @brief This function will return the passed millisecond from boot.
*
* @note When the value of RT_TICK_PER_SECOND is lower than 1000 or
* @note if the value of RT_TICK_PER_SECOND is lower than 1000 or
* is not an integral multiple of 1000, this function will not
* provide the correct 1ms-based tick.
*