diff options
| author | Michael Bebenita <[email protected]> | 2010-07-28 12:36:59 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-28 20:30:29 -0700 |
| commit | 06b52b70db868285de5cf71166e5ce5b9dfb8e00 (patch) | |
| tree | 001f3d749cc48a65a7f230399b6ca17a1392b766 /src/rt/rust_task.h | |
| parent | Wrap long lines. (diff) | |
| download | rust-06b52b70db868285de5cf71166e5ce5b9dfb8e00.tar.xz rust-06b52b70db868285de5cf71166e5ce5b9dfb8e00.zip | |
Fix typos in comments, delete obsolete comments and dead commented code.
Diffstat (limited to 'src/rt/rust_task.h')
| -rw-r--r-- | src/rt/rust_task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h index 879cb61a..72b6deea 100644 --- a/src/rt/rust_task.h +++ b/src/rt/rust_task.h @@ -31,7 +31,7 @@ rust_task : public rust_proxy_delegate<rust_task>, // Rendezvous pointer for receiving data when blocked on a port. If we're // trying to read data and no data is available on any incoming channel, // we block on the port, and yield control to the scheduler. Since, we - // were not able to read anJything, we remember the location where the + // were not able to read anything, we remember the location where the // result should go in the rendezvous_ptr, and let the sender write to // that location before waking us up. uintptr_t* rendezvous_ptr; |