summaryrefslogtreecommitdiffstats
path: root/sys/netinet/igmp.c
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-05-12 00:22:38 +0000
committerdd <dd@FreeBSD.org>2002-05-12 00:22:38 +0000
commit9cc64ca23caaf7825c2002b6dbd81be05666b80f (patch)
treee2c9bb81529fa1fa811cd4b7bc778b8d9715ef3e /sys/netinet/igmp.c
parent3ef853a60c9cecff32830b522d44504ec37f7b77 (diff)
downloadFreeBSD-src-9cc64ca23caaf7825c2002b6dbd81be05666b80f.zip
FreeBSD-src-9cc64ca23caaf7825c2002b6dbd81be05666b80f.tar.gz
s/demon/daemon/
Diffstat (limited to 'sys/netinet/igmp.c')
-rw-r--r--sys/netinet/igmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c
index 9be72a5..12a1552 100644
--- a/sys/netinet/igmp.c
+++ b/sys/netinet/igmp.c
@@ -310,7 +310,7 @@ igmp_input(m, off)
* KLUDGE: if the IP source address of the report has an
* unspecified (i.e., zero) subnet number, as is allowed for
* a booting host, replace it with the correct subnet number
- * so that a process-level multicast routing demon can
+ * so that a process-level multicast routing daemon can
* determine which subnet it arrived from. This is necessary
* to compensate for the lack of any way for a process to
* determine the arrival interface of an incoming packet.
@@ -473,7 +473,7 @@ igmp_sendpkt(inm, type, addr)
imo.imo_multicast_vif = -1;
/*
* Request loopback of the report if we are acting as a multicast
- * router, so that the process-level routing demon can hear it.
+ * router, so that the process-level routing daemon can hear it.
*/
imo.imo_multicast_loop = (ip_mrouter != NULL);
OpenPOWER on IntegriCloud