From e2b9e80244abe0712b8d7e3a8f9e3a3474072a4b Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 26 Feb 2014 01:15:44 +0100 Subject: Fix a wrong comment --- src/network/socket_handler.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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. */ -- cgit v1.2.3