diff options
| author | Eric Holk <eric.holk@gmail.com> | 2012-05-25 10:52:51 -0700 |
|---|---|---|
| committer | Eric Holk <eric.holk@gmail.com> | 2012-05-29 10:33:04 -0700 |
| commit | 3f0358bc5cbdde0ea511f117e39f97bd40f82dc1 (patch) | |
| tree | 134c0b597611a2c8bd7333d9229728d33b0552ab /src | |
| parent | 7b36d66049e055306e96d912e9e8fb8fb1eda8ec (diff) | |
| download | rust-3f0358bc5cbdde0ea511f117e39f97bd40f82dc1.tar.gz rust-3f0358bc5cbdde0ea511f117e39f97bd40f82dc1.zip | |
Updating comments.
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 b9a07a7625b..c8c41169c5e 100644 --- a/src/libcore/task.rs +++ b/src/libcore/task.rs @@ -384,7 +384,7 @@ fn spawn_listener<A:send>(+f: fn~(comm::port<A>)) -> comm::chan<A> { }; // Likewise, the parent has both a 'po' and 'ch' - This function is equivalent to `run_listener(new_builder(), f)`. + This function is equivalent to `run_listener(builder(), f)`. "]; run_listener(builder(), f) |
