Spell checked non-source documentation pages.
[pub/lufa.git] / LUFA / SchedulerOverview.txt
index 0a4f492..5c031fe 100644 (file)
@@ -15,7 +15,7 @@
  *  hogs the processor, preventing another from running before some sort of timeout is exceeded). Unlike normal RTOS\r
  *  tasks, each LUFA scheduler task is a regular function, and thus must be designed to be called, and designed to\r
  *  return to the calling scheduler function repeatedly. Data which must be preserved between task calls should be\r
- *  declared as global or (prefferably) as a static local variable inside the task.\r
+ *  declared as global or (preferably) as a static local variable inside the task.\r
  *\r
  *  The scheduler consists of a task list, listing all the tasks which can be executed by the scheduler. Once started,\r
  *  each task is then called one after another, unless the task is stopped by another running task or interrupt.\r