Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet typo in comment



details:   https://anonhg.NetBSD.org/src/rev/1e4600a8a968
branches:  trunk
changeset: 510388:1e4600a8a968
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sun May 27 23:46:51 2001 +0000

description:
typo in comment

diffstat:

 sys/netinet/in.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c8d9aed3d554 -r 1e4600a8a968 sys/netinet/in.h
--- a/sys/netinet/in.h  Sun May 27 23:39:03 2001 +0000
+++ b/sys/netinet/in.h  Sun May 27 23:46:51 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in.h,v 1.53 2001/03/27 02:24:39 itojun Exp $   */
+/*     $NetBSD: in.h,v 1.54 2001/05/27 23:46:51 itojun Exp $   */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -100,7 +100,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.
  *



Home | Main Index | Thread Index | Old Index