diff options
| author | Roy Marples <roy@marples.name> | 2015-02-03 09:37:21 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2015-02-03 09:37:21 +0000 |
| commit | b354def83d6a19c138ffe70f624d1991f8bc620a (patch) | |
| tree | 5f302702e079d6dc79757e21077a22ad818edf4f /dhcpcd.c | |
| parent | 28fba2bb64d538f039e0e1f1dacc212b69ca23e5 (diff) | |
| download | dhcpcd-b354def83d6a19c138ffe70f624d1991f8bc620a.tar.xz | |
Fix comment
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1761,7 +1761,7 @@ main(int argc, char **argv) if (dhcpcd_daemonise(&ctx)) goto exit_success; } else if (t > 0 && - /* Test mode removes the daeomise bit, so check for both */ + /* Test mode removes the daemonise bit, so check for both */ ctx.options & (DHCPCD_DAEMONISE | DHCPCD_TEST)) { eloop_timeout_add_sec(ctx.eloop, t, |
