Update the comment for OnObjectSignaled.

The event object for the completion of overlapped I/O is
also set when WSARecv or WSASend returns 0, so we need to
reset the event object in that case.  Add temporary
debugging code to assert that the event object is in the
expected state before and after WSARecv and WSASend calls.

R=darin

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@906 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/base/tcp_client_socket.h b/net/base/tcp_client_socket.h
index 38850267..57960c9 100644
--- a/net/base/tcp_client_socket.h
+++ b/net/base/tcp_client_socket.h
@@ -68,7 +68,7 @@
   void DidCompleteConnect();
   void DidCompleteIO();
 
-  // MessageLoop::Watcher methods:
+  // base::ObjectWatcher::Delegate methods:
   virtual void OnObjectSignaled(HANDLE object);
 
   SOCKET socket_;