aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/chvt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chvt.c b/src/chvt.c
index 03847c44e..5c08bfa5e 100644
--- a/src/chvt.c
+++ b/src/chvt.c
@@ -46,7 +46,7 @@ void chVTInit(void) {
* reused.
* @param par a parameter that will be passed to the callback function
* @note Must be called with the interrupts disabled.
- * @note The associated function is invoked from an interrupt handler.
+ * @note The associated function is invoked by an interrupt handler.
*/
void chVTSetI(VirtualTimer *vtp, systime_t time, vtfunc_t vtfunc, void *par) {
VirtualTimer *p;