Spellcheck library docs.

This commit is contained in:
Huon Wilson 2014-02-17 22:53:45 +11:00
parent c8489069b4
commit 6555b04dd2
10 changed files with 14 additions and 15 deletions

View file

@ -86,7 +86,7 @@ pub struct Scheduler {
/// A flag to tell the scheduler loop it needs to do some stealing
/// in order to introduce randomness as part of a yield
steal_for_yield: bool,
/// Bookeeping for the number of tasks which are currently running around
/// Bookkeeping for the number of tasks which are currently running around
/// inside this pool of schedulers
task_state: TaskState,