summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
Diffstat (limited to 'src/network')
-rw-r--r--src/network/socket_handler.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/socket_handler.hpp b/src/network/socket_handler.hpp
index 04e215a..fcc8734 100644
--- a/src/network/socket_handler.hpp
+++ b/src/network/socket_handler.hpp
@@ -82,8 +82,8 @@ public:
protected:
socket_t socket;
/**
- * Where data read from the socket is added, until we can parse a whole
- * IRC message, the used data is then removed from that buffer.
+ * Where data read from the socket is added until we can extract a full
+ * and meaningful “message” from it.
*
* TODO: something more efficient than a string.
*/