]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4248] fixed typo
authorRazvan Becheriu <razvan@isc.org>
Tue, 9 Dec 2025 16:14:17 +0000 (18:14 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 9 Dec 2025 22:15:38 +0000 (23:15 +0100)
src/lib/dhcp/iface_mgr.h

index 7e35bb58db0e2a7acd60eebb14b837ffed974446..301b9deca5afb6987a1a871f00c6ff4169cb2aa3 100644 (file)
@@ -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