From b2109fbe30843989274eb2c01162790b67266e24 Mon Sep 17 00:00:00 2001 From: luigi Date: Sun, 23 Jun 2002 09:13:46 +0000 Subject: fix a typo in a comment --- sys/netinet/ip_divert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/ip_divert.c') diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c index e58f079..50e939b 100644 --- a/sys/netinet/ip_divert.c +++ b/sys/netinet/ip_divert.c @@ -405,7 +405,7 @@ div_bind(struct socket *so, struct sockaddr *nam, struct thread *td) s = splnet(); inp = sotoinpcb(so); - /* in_pcbbind assumes that the nam is a sockaddr_in + /* in_pcbbind assumes that nam is a sockaddr_in * and in_pcbbind requires a valid address. Since divert * sockets don't we need to make sure the address is * filled in properly. -- cgit v1.1