diff options
-rw-r--r-- | os/rt/include/chvt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h index e124a14e3..0e08b156b 100644 --- a/os/rt/include/chvt.h +++ b/os/rt/include/chvt.h @@ -336,7 +336,7 @@ static inline bool chVTIsSystemTimeWithin(systime_t start, systime_t end) { * can be @p NULL if the information is not required.
* @return The time, in ticks, until next time event.
* @retval false if the timers list is empty.
- * @retbal true if the timers list contains at least one timer.
+ * @retval true if the timers list contains at least one timer.
*
* @iclass
*/
|