]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added missing space in comment
authorFrancis Dupont <fdupont@isc.org>
Thu, 15 Nov 2018 11:29:09 +0000 (12:29 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 15 Nov 2018 11:29:09 +0000 (12:29 +0100)
src/lib/dhcp/socket_info.h

index a2ca0563fc9f148a2f24f65f2baba854ff9d8184..f81f7fdf1971d4de6c20b26aca4b2d4a9d5aa4bc 100644 (file)
@@ -37,7 +37,7 @@ struct SocketInfo {
     /// it is bound to an interface not the address and port. The implications
     /// include the possibility that the other process (e.g. the other instance
     /// of DHCP server) will bind to the same address and port through which the
-    /// raw socket receives the DHCP messages.Another implication is that the
+    /// raw socket receives the DHCP messages. Another implication is that the
     /// kernel, being unaware of the DHCP server operating through the raw
     /// socket, will respond with the ICMP "Destination port unreachable"
     /// messages when DHCP messages are only received through the raw socket.