summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_divert.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2002-06-23 09:13:46 +0000
committerluigi <luigi@FreeBSD.org>2002-06-23 09:13:46 +0000
commitb2109fbe30843989274eb2c01162790b67266e24 (patch)
tree7da0cd3a613249e9cb04c42804d4a18265749cfa /sys/netinet/ip_divert.c
parent085f8ffcb0e219acf1e882a0c6426d3725ff1492 (diff)
downloadFreeBSD-src-b2109fbe30843989274eb2c01162790b67266e24.zip
FreeBSD-src-b2109fbe30843989274eb2c01162790b67266e24.tar.gz
fix a typo in a comment
Diffstat (limited to 'sys/netinet/ip_divert.c')
-rw-r--r--sys/netinet/ip_divert.c2
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.
OpenPOWER on IntegriCloud