From: Razvan Becheriu Date: Mon, 2 Feb 2026 15:23:25 +0000 (+0000) Subject: [#4328] addressed comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3151c73bad1c80efb0c4f9dfa209946f61789854;p=thirdparty%2Fkea.git [#4328] addressed comment --- diff --git a/src/bin/dhcp4/tests/http_control_socket_unittest.cc b/src/bin/dhcp4/tests/http_control_socket_unittest.cc index 3c59b91f25..e6b15c6d49 100644 --- a/src/bin/dhcp4/tests/http_control_socket_unittest.cc +++ b/src/bin/dhcp4/tests/http_control_socket_unittest.cc @@ -97,8 +97,8 @@ public: /// @brief Pointer to the tested server object boost::shared_ptr server_; - /// @brief Flag which indicates if the server has stopped the IOService and - /// the client needs to handle it's own IO events. + /// @brief Flag which indicates if the server has stopped the IO service and + /// the client needs to handle its own IO events. bool handle_stop_; /// @brief Default constructor