From 7a8e607f325e9a22e0dccdfa387e8c2dd09fec58 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 26 Oct 2008 19:36:50 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@487 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3