diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-05-12 00:22:38 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-05-12 00:22:38 +0000 |
| commit | 11612afabebfb0500b667501c6ffadbbc8747eb6 (patch) | |
| tree | e2c9bb81529fa1fa811cd4b7bc778b8d9715ef3e /sys/netinet | |
| parent | 9828cf071d7e0d4e477345688a8ac97b08ff02f5 (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/igmp.c | 4 | ||||
| -rw-r--r-- | sys/netinet/ip_input.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c index 9be72a53d5aa4..12a1552be78fb 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); diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 79d5123bf3e81..b7a882f4884dc 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -599,7 +599,7 @@ pass: } /* - * The process-level routing demon needs to receive + * The process-level routing daemon needs to receive * all multicast IGMP packets, whether or not this * host belongs to their destination groups. */ |
