From 5c9da62f207b8c7adbc7fb4ed4eaf8d76615eb44 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Tue, 9 Dec 2025 18:14:17 +0200 Subject: [PATCH] [#4248] fixed typo --- src/lib/dhcp/iface_mgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3