summaryrefslogtreecommitdiff
path: root/include/inspsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r--include/inspsocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h
index f9cc87b1d..45fa46a5b 100644
--- a/include/inspsocket.h
+++ b/include/inspsocket.h
@@ -216,7 +216,7 @@ class CoreExport StreamSocket : public EventHandler
}
private:
- /** Private send queue. Note that individual strings may be shared.
+ /** Private send queue. Note that individual strings may be shared.
*/
Container data;
@@ -276,7 +276,7 @@ class CoreExport StreamSocket : public EventHandler
* @param hook Next IOHook in the chain, can be NULL
* @param rq Receive queue to put incoming data into
* @return < 0 on error or close, 0 if no new data is ready (but the socket is still connected), > 0 if data was read from
- the socket and put into the recvq
+ * the socket and put into the recvq
*/
int HookChainRead(IOHook* hook, std::string& rq);