summaryrefslogtreecommitdiffstats
path: root/src/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-01-16 14:48:25 +0000
committerRoy Marples <roy@marples.name>2020-01-16 14:48:25 +0000
commit032668c6f7d696641b2239c5e8328420871b8516 (patch)
tree460c0c6a63c0ba85a32589c67bef0d72d9cca781 /src/dhcpcd.c
parent57136ee25b4a822515cb9ed34c135927582f0db5 (diff)
downloaddhcpcd-032668c6f7d696641b2239c5e8328420871b8516.tar.xz
Typo
Diffstat (limited to 'src/dhcpcd.c')
-rw-r--r--src/dhcpcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpcd.c b/src/dhcpcd.c
index 74a04e3a..31e21a5d 100644
--- a/src/dhcpcd.c
+++ b/src/dhcpcd.c
@@ -1840,7 +1840,7 @@ printpidfile:
}
#ifdef USE_SIGNALS
- /* Ingore SIGPIPE, prefer EPIPE. */
+ /* Ignore SIGPIPE, prefer EPIPE. */
signal(SIGPIPE, SIG_IGN);
/* Save signal mask, block and redirect signals to our handler */