diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-26 19:36:50 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-26 19:36:50 +0000 |
commit | 7a8e607f325e9a22e0dccdfa387e8c2dd09fec58 (patch) | |
tree | 9fcd851e903237f992b9111f35aa8210c25020d5 /src | |
parent | 7739f384f6e367a22c56d955dc49c5c0f111ccf7 (diff) | |
download | ChibiOS-7a8e607f325e9a22e0dccdfa387e8c2dd09fec58.tar.gz ChibiOS-7a8e607f325e9a22e0dccdfa387e8c2dd09fec58.tar.bz2 ChibiOS-7a8e607f325e9a22e0dccdfa387e8c2dd09fec58.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@487 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r-- | src/chvt.c | 2 |
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;
|