diff options
| author | 2023-01-21 13:32:53 +0000 | |
|---|---|---|
| committer | 2023-01-21 13:32:53 +0000 | |
| commit | e26cb5cacd51128ae3d7786e8f1b17e539de602f (patch) | |
| tree | 9518be1c93cec6a75534a5339225c3650003a830 /include/socketengine.h | |
| parent | Make implementing OnStreamSocketClose optional in middle hooks. (diff) | |
Fix some Doxygen comment issues.
Diffstat (limited to 'include/socketengine.h')
| -rw-r--r-- | include/socketengine.h | 2 |
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. |
