Documentation-related fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8673 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
Giovanni Di Sirio 2016-01-03 10:55:42 +00:00
parent 1a7524add7
commit a02c36fc65
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/