aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Scheduler/Scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Scheduler/Scheduler.h')
-rw-r--r--LUFA/Scheduler/Scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Scheduler/Scheduler.h b/LUFA/Scheduler/Scheduler.h
index d9fe3b8fd..673a933f8 100644
--- a/LUFA/Scheduler/Scheduler.h
+++ b/LUFA/Scheduler/Scheduler.h
@@ -145,7 +145,7 @@
*/
void Scheduler_Start(void);
- /** Initializes the scheduler so that the scheduler functions can be called before the scheduler itself
+ /** Initialises the scheduler so that the scheduler functions can be called before the scheduler itself
* is started. This must be executed before any scheduler function calls other than Scheduler_Start(),
* and can be omitted if no such functions could be called before the scheduler is started.
*/