diff options
author | luigi <luigi@FreeBSD.org> | 2002-06-23 09:13:46 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2002-06-23 09:13:46 +0000 |
commit | b2109fbe30843989274eb2c01162790b67266e24 (patch) | |
tree | 7da0cd3a613249e9cb04c42804d4a18265749cfa | |
parent | 085f8ffcb0e219acf1e882a0c6426d3725ff1492 (diff) | |
download | FreeBSD-src-b2109fbe30843989274eb2c01162790b67266e24.zip FreeBSD-src-b2109fbe30843989274eb2c01162790b67266e24.tar.gz |
fix a typo in a comment
-rw-r--r-- | sys/netinet/ip_divert.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |