summary refs log tree commit diff
path: root/src/libstd/rt/task.rs
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2013-08-16 15:41:28 +1000
committerHuon Wilson <dbau.pp+github@gmail.com>2013-08-16 15:41:28 +1000
commitabe94f9b4d0d072e2477b989715c6c79e97de259 (patch)
tree705abd2a2859eeb55a097d6e7b4ccfd080bbb2be /src/libstd/rt/task.rs
parent1ad0cf5841e2fb577c4c26a051067fdd06e24796 (diff)
downloadrust-abe94f9b4d0d072e2477b989715c6c79e97de259.tar.gz
rust-abe94f9b4d0d072e2477b989715c6c79e97de259.zip
doc: correct spelling in documentation.
Diffstat (limited to 'src/libstd/rt/task.rs')
-rw-r--r--src/libstd/rt/task.rs3
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 {
         }
     }
 }
-