diff options
| author | Brian Anderson <andersrb@gmail.com> | 2012-10-01 19:36:58 -0700 |
|---|---|---|
| committer | Brian Anderson <andersrb@gmail.com> | 2012-10-01 19:36:58 -0700 |
| commit | 8b094c36aac857460919d4bec62ad5d3e098e4cc (patch) | |
| tree | a06dce14f6dc2b9c56f14aa6afa1bf097d0a5b16 /src | |
| parent | 7b7c2a49b92702ea2553eeb27c2ab4a38931db63 (diff) | |
| parent | ebdb4b7ef793a1f49e307a7a39567b733c5624c8 (diff) | |
Merge pull request #3638 from dbp/typo
core::task - typo in comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/libcore/task.rs | 2 |
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 |
