From: Tomek Mrugalski Date: Tue, 23 Mar 2021 10:06:56 +0000 (+0100) Subject: [#1661] Corrected comment X-Git-Tag: Kea-1.9.6~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5aca4e15abd0784284c52652257af581bf974b0;p=thirdparty%2Fkea.git [#1661] Corrected comment --- diff --git a/src/lib/http/connection_pool.h b/src/lib/http/connection_pool.h index fcadd5c445..fdc89438dd 100644 --- a/src/lib/http/connection_pool.h +++ b/src/lib/http/connection_pool.h @@ -46,7 +46,7 @@ public: /// @param connection Pointer to the connection. void shutdown(const HttpConnectionPtr& connection); - /// @brief Removes a connection them from the pool and stops it. + /// @brief Removes a connection from the pool and stops it. /// /// @param connection Pointer to the connection. void stop(const HttpConnectionPtr& connection);