diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-17 22:53:45 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-18 08:05:35 +1100 |
| commit | 6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0 (patch) | |
| tree | 67b79727570ea14a3b0520b5562aa9e1fba154f9 /src/libgreen | |
| parent | c8489069b43191c5298f17430933b3b88fb79c3c (diff) | |
| download | rust-6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0.tar.gz rust-6555b04dd2fbcd18c8fa8beb2bebc4b81febc6b0.zip | |
Spellcheck library docs.
Diffstat (limited to 'src/libgreen')
| -rw-r--r-- | src/libgreen/sched.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgreen/sched.rs b/src/libgreen/sched.rs index ad32ba7ba6d..a966dff000a 100644 --- a/src/libgreen/sched.rs +++ b/src/libgreen/sched.rs @@ -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, |
