about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <andersrb@gmail.com>2012-10-01 19:36:58 -0700
committerBrian Anderson <andersrb@gmail.com>2012-10-01 19:36:58 -0700
commit8b094c36aac857460919d4bec62ad5d3e098e4cc (patch)
treea06dce14f6dc2b9c56f14aa6afa1bf097d0a5b16 /src
parent7b7c2a49b92702ea2553eeb27c2ab4a38931db63 (diff)
parentebdb4b7ef793a1f49e307a7a39567b733c5624c8 (diff)
Merge pull request #3638 from dbp/typo
core::task - typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/libcore/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/task.rs b/src/libcore/task.rs
index d7e8416e9f7..38cdec0b220 100644
--- a/src/libcore/task.rs
+++ b/src/libcore/task.rs
@@ -473,7 +473,7 @@ impl TaskBuilder {
     }
 
     /**
-     * Creates and exucutes a new child task
+     * Creates and executes a new child task
      *
      * Sets up a new task with its own call stack and schedules it to run
      * the provided unique closure. The task has the properties and behavior