diff options
author | fanquake <fanquake@gmail.com> | 2021-04-03 10:53:29 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-04-06 14:50:17 +0800 |
commit | 3b0078f958c46e94b468c829522ba965f5549f11 (patch) | |
tree | 09585c08fd33f9902dc78b9a3552a03ffa4f90b2 /src/util | |
parent | c6edcf1c710e4aaf1cafdbf8e86fe209b57bdeb8 (diff) |
doc: fixup -Wdocumentation issues
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/sock.h b/src/util/sock.h index c4ad0cbc43..a4df7cd21b 100644 --- a/src/util/sock.h +++ b/src/util/sock.h @@ -161,7 +161,7 @@ public: /** * Check if still connected. - * @param[out] err The error string, if the socket has been disconnected. + * @param[out] errmsg The error string, if the socket has been disconnected. * @return true if connected */ virtual bool IsConnected(std::string& errmsg) const; |