Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet fix typo in previous: s/tip/top/



details:   https://anonhg.NetBSD.org/src/rev/6fe9123035fe
branches:  trunk
changeset: 538532:6fe9123035fe
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Oct 22 07:22:19 2002 +0000

description:
fix typo in previous: s/tip/top/

diffstat:

 sys/netinet/tcp_subr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 370c4b2dd63f -r 6fe9123035fe sys/netinet/tcp_subr.c
--- a/sys/netinet/tcp_subr.c    Tue Oct 22 06:28:50 2002 +0000
+++ b/sys/netinet/tcp_subr.c    Tue Oct 22 07:22:19 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_subr.c,v 1.135 2002/10/22 02:53:59 simonb Exp $    */
+/*     $NetBSD: tcp_subr.c,v 1.136 2002/10/22 07:22:19 lukem Exp $     */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -102,7 +102,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_subr.c,v 1.135 2002/10/22 02:53:59 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_subr.c,v 1.136 2002/10/22 07:22:19 lukem Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -2074,7 +2074,7 @@
                /*
                 * Limit it to the positive range for really old TCP
                 * implementations.
-                * Just AND off the tip bit instead of checking if
+                * Just AND off the top bit instead of checking if
                 * is set first - saves a branch 50% of the time.
                 */
                tcp_iss &= 0x7fffffff;          /* XXX */



Home | Main Index | Thread Index | Old Index