From c31ad8bd014d5fc82154512ffd2a6f2ec94deac1 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 15 Nov 2018 12:29:09 +0100 Subject: [PATCH] [master] Added missing space in comment --- src/lib/dhcp/socket_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2