summaryrefslogtreecommitdiffstats
path: root/workspace/customdhcpcd/src/dhcpcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'workspace/customdhcpcd/src/dhcpcd.c')
-rw-r--r--workspace/customdhcpcd/src/dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/customdhcpcd/src/dhcpcd.c b/workspace/customdhcpcd/src/dhcpcd.c
index 550c25a..43ce3ed 100644
--- a/workspace/customdhcpcd/src/dhcpcd.c
+++ b/workspace/customdhcpcd/src/dhcpcd.c
@@ -646,7 +646,7 @@ int main (int argc, char **argv)
/* Massage our filters per platform */
setup_packet_filters ();
- /*dhcp_run : defined in client.c*/
+ /* dhcp_run : defined in client.c */
if (dhcp_run (options, &pidfd) == 0)
retval = EXIT_SUCCESS;