Commit c2bfaf9a authored by huuunnnter's avatar huuunnnter

Fix typo in socket.h

parent ede2bf59
...@@ -61,7 +61,7 @@ public: ...@@ -61,7 +61,7 @@ public:
virtual ~SocketUser() {} virtual ~SocketUser() {}
virtual void BeforeRecycle(Socket*) {}; virtual void BeforeRecycle(Socket*) {};
// Will be perodically called in a dedicated thread to check the // Will be periodically called in a dedicated thread to check the
// health. // health.
// If the return value is 0, the socket is revived. // If the return value is 0, the socket is revived.
// If the return value is ESTOP, the health-checking thread quits. // If the return value is ESTOP, the health-checking thread quits.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment