From 06b52b70db868285de5cf71166e5ce5b9dfb8e00 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 28 Jul 2010 12:36:59 -0700 Subject: Fix typos in comments, delete obsolete comments and dead commented code. --- src/rt/rust_task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_task.h') 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, // 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; -- cgit v1.2.3