diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-12-15 16:26:09 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-12-15 16:26:09 +1100 |
| commit | 55534100ce175143e2c7223100b825bf130e750b (patch) | |
| tree | c14401522be20bd5f2b9b3dbfe741d5dc09ad9f9 /src/libstd/rt | |
| parent | 8f6df87c1d876895a7e313728b43d9710ae682bb (diff) | |
| download | rust-55534100ce175143e2c7223100b825bf130e750b.tar.gz rust-55534100ce175143e2c7223100b825bf130e750b.zip | |
std: fix spelling in docs.
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/sched.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/rt/sched.rs b/src/libstd/rt/sched.rs index eefed412466..a2fca335989 100644 --- a/src/libstd/rt/sched.rs +++ b/src/libstd/rt/sched.rs @@ -75,7 +75,7 @@ pub struct Scheduler { friend_handle: Option<SchedHandle>, /// A fast XorShift rng for scheduler use rng: XorShiftRng, - /// A toggleable idle callback + /// A togglable idle callback idle_callback: Option<~PausibleIdleCallback>, /// A countdown that starts at a random value and is decremented /// every time a yield check is performed. When it hits 0 a task |
