]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1661] Corrected comment
authorTomek Mrugalski <tomasz@isc.org>
Tue, 23 Mar 2021 10:06:56 +0000 (11:06 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 24 Mar 2021 08:10:30 +0000 (09:10 +0100)
src/lib/http/connection_pool.h

index fcadd5c445f11bc712c73211ee66e9414bc2e87b..fdc89438dd4117a7b0d85d44276f0655e09e72f2 100644 (file)
@@ -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);