From 0b75493da03fed3bf077791ce1289910eb6f6641 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 15 Feb 2023 10:08:16 +0900 Subject: tree-wide: fix typo and comment style update --- src/libsystemd-network/sd-dhcp-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsystemd-network') diff --git a/src/libsystemd-network/sd-dhcp-server.c b/src/libsystemd-network/sd-dhcp-server.c index 7d84aaf6ab..5de230aaed 100644 --- a/src/libsystemd-network/sd-dhcp-server.c +++ b/src/libsystemd-network/sd-dhcp-server.c @@ -1533,7 +1533,7 @@ int sd_dhcp_server_set_router(sd_dhcp_server *server, const struct in_addr *rout /* router is NULL: router option will not be appended. * router is null address (0.0.0.0): the server address will be used as the router address. - * otherwise: the specified address will be used as the router address.*/ + * otherwise: the specified address will be used as the router address. */ server->emit_router = router; if (router) -- cgit v1.2.1