diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-19 01:48:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-19 01:48:06 +0000 |
commit | bbd820fc72b61d522d1dd9a7f874ea2e98350e23 (patch) | |
tree | 98ae4c36a0d7d8b595d080f8248322af5e38f1bc /sys | |
parent | 6f5c85173b25f471a24e64802bdbe8ca97254202 (diff) |
typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/ip_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 3fbafd17cf3..898272a0d9e 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_input.c,v 1.132 2005/09/19 01:47:42 deraadt Exp $ */ +/* $OpenBSD: ip_input.c,v 1.133 2005/09/19 01:48:05 deraadt Exp $ */ /* $NetBSD: ip_input.c,v 1.30 1996/03/16 23:53:58 christos Exp $ */ /* @@ -431,7 +431,7 @@ ipv4_input(m) } /* - * 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. */ |