diff options
author | 2000-06-25 17:15:51 +0000 | |
---|---|---|
committer | 2000-06-25 17:15:51 +0000 | |
commit | 1fa35d736ff8dc5ac49fc4f5e295062c03290ca5 (patch) | |
tree | 28b38325df9437420fe091917b8b9502aad86419 | |
parent | increase flexibility of distribution-etc-root-var: (diff) | |
download | wireguard-openbsd-1fa35d736ff8dc5ac49fc4f5e295062c03290ca5.tar.xz wireguard-openbsd-1fa35d736ff8dc5ac49fc4f5e295062c03290ca5.zip |
Fix typo; ds@ds.primasoft.bg
-rw-r--r-- | sys/netinet6/in6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h index 689f7456490..b54a6859a3a 100644 --- a/sys/netinet6/in6.h +++ b/sys/netinet6/in6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in6.h,v 1.14 2000/06/18 17:31:11 itojun Exp $ */ +/* $OpenBSD: in6.h,v 1.15 2000/06/25 17:15:51 aaron Exp $ */ /* $KAME: in6.h,v 1.44 2000/05/24 08:50:17 itojun Exp $ */ /* @@ -91,7 +91,7 @@ * When a user does a bind(2) or connect(2) with a port number of zero, * a non-conflicting local port address is chosen. * - * The default range is IPPORT_ANONMIX to IPPORT_ANONMAX, although + * The default range is IPPORT_ANONMIN to IPPORT_ANONMAX, although * that is settable by sysctl(3); net.inet.ip.anonportmin and * net.inet.ip.anonportmax respectively. * |