summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 025f35bf3..5327311fb 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1297,7 +1297,7 @@ class CoreExport Module : public Extensible
*/
virtual void OnRawSocketClose(int fd);
- /** Called immediately upon connection of an outbound InspSocket which has been hooked
+ /** Called immediately upon connection of an outbound BufferedSocket which has been hooked
* by a module.
* @param fd The file descriptor of the socket immediately after connect()
*/