From: Francis Dupont Date: Thu, 15 Nov 2018 11:29:09 +0000 (+0100) Subject: [master] Added missing space in comment X-Git-Tag: 268-reservation-mode-is-not-global_base~28^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c31ad8bd014d5fc82154512ffd2a6f2ec94deac1;p=thirdparty%2Fkea.git [master] Added missing space in comment --- diff --git a/src/lib/dhcp/socket_info.h b/src/lib/dhcp/socket_info.h index a2ca0563fc..f81f7fdf19 100644 --- a/src/lib/dhcp/socket_info.h +++ b/src/lib/dhcp/socket_info.h @@ -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.