Module Name: src
Committed By: dholland
Date: Tue May 17 05:40:24 UTC 2011
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.312 -r1.313 src/sys/netinet/tcp_input.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netinet/tcp_input.c
diff -u src/sys/netinet/tcp_input.c:1.312 src/sys/netinet/tcp_input.c:1.313
--- src/sys/netinet/tcp_input.c:1.312 Tue May 3 18:28:45 2011
+++ src/sys/netinet/tcp_input.c Tue May 17 05:40:24 2011
@@ -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