From a02c36fc6598a0120dc5f637c28b2981a3954dfd Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 3 Jan 2016 10:55:42 +0000 Subject: Documentation-related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8673 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chvt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/rt') 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 */ -- cgit v1.2.3