From: Razvan Becheriu Date: Tue, 9 Dec 2025 16:14:17 +0000 (+0200) Subject: [#4248] fixed typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c9da62f207b8c7adbc7fb4ed4eaf8d76615eb44;p=thirdparty%2Fkea.git [#4248] fixed typo --- diff --git a/src/lib/dhcp/iface_mgr.h b/src/lib/dhcp/iface_mgr.h index 7e35bb58db..301b9deca5 100644 --- a/src/lib/dhcp/iface_mgr.h +++ b/src/lib/dhcp/iface_mgr.h @@ -1211,7 +1211,7 @@ public: /// @param socketfd socket descriptor /// @param callback callback function /// - /// @note: all operations an external sockets should be performed + /// @note: all operations on external sockets should be performed /// from the main thread as it does not make sense (and does not /// work as expected) to use an external socket which is in fact /// managed by an I/O service of a thread pool. For instance