aboutsummaryrefslogtreecommitdiff
path: root/include/socketengine.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-01-21 13:32:53 +0000
committerGravatar Sadie Powell2023-01-21 13:32:53 +0000
commite26cb5cacd51128ae3d7786e8f1b17e539de602f (patch)
tree9518be1c93cec6a75534a5339225c3650003a830 /include/socketengine.h
parentMake implementing OnStreamSocketClose optional in middle hooks. (diff)
Fix some Doxygen comment issues.
Diffstat (limited to 'include/socketengine.h')
-rw-r--r--include/socketengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socketengine.h b/include/socketengine.h
index 1464d0ab6..4ab21a87b 100644
--- a/include/socketengine.h
+++ b/include/socketengine.h
@@ -529,7 +529,7 @@ public:
}
/** Sets the value of a socket option.
- * @param fd The socket to change the options of.
+ * @param eh The socket to change the options of.
* @param level The level at which to change the socket options.
* @param name The option to change the value of.
* @param value The value to set.