From ebdb4b7ef793a1f49e307a7a39567b733c5624c8 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 1 Oct 2012 22:21:41 -0400 Subject: [PATCH] core::task - typo in comment --- src/libcore/task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/task.rs b/src/libcore/task.rs index d7e8416e9f72e..38cdec0b2202c 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