diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-03 10:55:42 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-03 10:55:42 +0000 |
commit | a02c36fc6598a0120dc5f637c28b2981a3954dfd (patch) | |
tree | e804b181e4874fe70e8c0e819d96a6e2b3aca41c /os/rt/include | |
parent | 1a7524add7dabf81895a6e6cb170c2b417da4c18 (diff) | |
download | ChibiOS-a02c36fc6598a0120dc5f637c28b2981a3954dfd.tar.gz ChibiOS-a02c36fc6598a0120dc5f637c28b2981a3954dfd.tar.bz2 ChibiOS-a02c36fc6598a0120dc5f637c28b2981a3954dfd.zip |
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8673 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include')
-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
*/
|