diff options
| author | bors <bors@rust-lang.org> | 2013-08-18 05:11:58 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-08-18 05:11:58 -0700 |
| commit | 3bc685842802edfcd2918f911268f8e345cf3c26 (patch) | |
| tree | 7ef40025a4a23dfcd30b30ba648f360fa6fa6d04 /src/libstd/rt/task.rs | |
| parent | 600901152c223faad80d7cb419cecccd71803723 (diff) | |
| parent | 6440343a6c26fca12ef2e323fa7738dce9da1986 (diff) | |
| download | rust-3bc685842802edfcd2918f911268f8e345cf3c26.tar.gz rust-3bc685842802edfcd2918f911268f8e345cf3c26.zip | |
auto merge of #8551 : huonw/rust/speling, r=alexcrichton
(This doesn't add/remove `u`s or change `ize` to `ise`, or anything like that.)
Diffstat (limited to 'src/libstd/rt/task.rs')
| -rw-r--r-- | src/libstd/rt/task.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/rt/task.rs b/src/libstd/rt/task.rs index 708166518bb..01a8882e4f9 100644 --- a/src/libstd/rt/task.rs +++ b/src/libstd/rt/task.rs @@ -69,7 +69,7 @@ pub struct Coroutine { saved_context: Context } -/// Some tasks have a deciated home scheduler that they must run on. +/// Some tasks have a dedicated home scheduler that they must run on. pub enum SchedHome { AnySched, Sched(SchedHandle) @@ -592,4 +592,3 @@ mod test { } } } - |
