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/fb18dd3dc99f
branches:  trunk
changeset: 765044:fb18dd3dc99f
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue May 17 05:40:24 2011 +0000

description:
typo in comment

diffstat:

 sys/netinet/tcp_input.c |  6 +++---
 sys/netinet/tcp_vtw.c   |  6 +++---
 sys/netinet/tcp_vtw.h   |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (69 lines):

diff -r fb2002275dcc -r fb18dd3dc99f sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c   Tue May 17 05:32:31 2011 +0000
+++ b/sys/netinet/tcp_input.c   Tue May 17 05:40:24 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_input.c,v 1.312 2011/05/03 18:28:45 dyoung Exp $   */
+/*     $NetBSD: tcp_input.c,v 1.313 2011/05/17 05:40:24 dholland Exp $ */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -148,7 +148,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.312 2011/05/03 18:28:45 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.313 2011/05/17 05:40:24 dholland Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -2248,7 +2248,7 @@
                        TCP_STATINC(TCP_STAT_CONNECTS);
                        /*
                         * move tcp_established before soisconnected
-                        * becasue upcall handler can drive tcp_output
+                        * because upcall handler can drive tcp_output
                         * functionality.
                         * XXX we might call soisconnected at the end of
                         * all processing
diff -r fb2002275dcc -r fb18dd3dc99f sys/netinet/tcp_vtw.c
--- a/sys/netinet/tcp_vtw.c     Tue May 17 05:32:31 2011 +0000
+++ b/sys/netinet/tcp_vtw.c     Tue May 17 05:40:24 2011 +0000
@@ -77,7 +77,7 @@
 #include <machine/stdarg.h>
 #include <netinet/tcp_vtw.h>
 
-__KERNEL_RCSID(0, "$NetBSD: tcp_vtw.c,v 1.3 2011/05/11 15:08:59 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_vtw.c,v 1.4 2011/05/17 05:42:40 dholland Exp $");
 
 #define db_trace(__a, __b)     do { } while (/*CONSTCOND*/0)
 
@@ -662,7 +662,7 @@
        ctl->oldest.v = vtw_next(ctl, vtw);
 }
 
-/*!\brief      insert vestigeal timewait in hash chain
+/*!\brief      insert vestigial timewait in hash chain
  */
 static void
 vtw_inshash_v4(vtw_ctl_t *ctl, vtw_t *vtw)
@@ -701,7 +701,7 @@
        vtw->hashed = 1;
 }
 
-/*!\brief      insert vestigeal timewait in hash chain
+/*!\brief      insert vestigial timewait in hash chain
  */
 static void
 vtw_inshash_v6(vtw_ctl_t *ctl, vtw_t *vtw)
diff -r fb2002275dcc -r fb18dd3dc99f sys/netinet/tcp_vtw.h
--- a/sys/netinet/tcp_vtw.h     Tue May 17 05:32:31 2011 +0000
+++ b/sys/netinet/tcp_vtw.h     Tue May 17 05:40:24 2011 +0000
@@ -239,7 +239,7 @@
 typedef struct fatp_ctl                fatp_ctl_t;
 
 /*
- * The vestigeal time waits are kept in a contiguous chunk.
+ * The vestigial time waits are kept in a contiguous chunk.
  * Allocation and free pointers run as clock hands thru this array.
  */
 struct vtw_ctl {



Home | Main Index | Thread Index | Old Index