Fix typos in comments, delete obsolete comments and dead commented code.

This commit is contained in:
Michael Bebenita
2010-07-28 12:36:59 -07:00
committed by Graydon Hoare
parent cc4906ba79
commit 06b52b70db
5 changed files with 2 additions and 92 deletions

View File

@@ -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;