diff options
Diffstat (limited to 'os/kernel')
-rw-r--r-- | os/kernel/include/chvt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chvt.h b/os/kernel/include/chvt.h index 2c39ccde7..65a1c5bb4 100644 --- a/os/kernel/include/chvt.h +++ b/os/kernel/include/chvt.h @@ -94,7 +94,7 @@ typedef struct { extern VTList vtlist;
/**
- * @brief Virtual timers sticker.
+ * @brief Virtual timers ticker.
*/
#define chVTDoTickI() { \
vtlist.vt_systime++; \
|