summaryrefslogtreecommitdiff
path: root/node/SocketManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/SocketManager.hpp')
-rw-r--r--node/SocketManager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/SocketManager.hpp b/node/SocketManager.hpp
index e6e87a1f..20a57285 100644
--- a/node/SocketManager.hpp
+++ b/node/SocketManager.hpp
@@ -128,7 +128,7 @@ private:
} catch ( ... ) {} // handlers shouldn't throw
}
- // Called by socket implementations to register or unregister for available-for-write notification on underlying _sock
+ // Used by TcpSocket to register/unregister for write availability notification
inline void startNotifyWrite(const Socket *sock)
throw()
{