From a5924d6100aea1ae6c34ebe92e9c84647059c56e Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Sun, 23 Jun 2002 09:13:46 +0000 Subject: [PATCH] fix a typo in a comment --- sys/netinet/ip_divert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c index e58f07927caf..50e939be3f39 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.