diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-18 18:56:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-18 18:56:24 +0000 |
commit | 593112e38347610f9cc96842a505f210b1cfdc95 (patch) | |
tree | 751f635bd27f756dd9ebbd329c10c371303099b9 /os/kernel | |
parent | 6b6bce2f392da97f2007fa219fbabb33529665f2 (diff) | |
download | ChibiOS-593112e38347610f9cc96842a505f210b1cfdc95.tar.gz ChibiOS-593112e38347610f9cc96842a505f210b1cfdc95.tar.bz2 ChibiOS-593112e38347610f9cc96842a505f210b1cfdc95.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1936 35acf78f-673a-0410-8e92-d51de3d6d3f4
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++; \
|