summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-12-17 16:12:01 +0000
committerjhb <jhb@FreeBSD.org>2003-12-17 16:12:01 +0000
commitbfeab27f1596f88d85c18b717d752fa1d2aa927a (patch)
tree47f800246cd9dc28293cda76d4b65b4a7b04f986 /sys/netinet/tcp_subr.c
parent8315bb904de1f1c34053b85fab46b2f15bea6d42 (diff)
downloadFreeBSD-src-bfeab27f1596f88d85c18b717d752fa1d2aa927a.zip
FreeBSD-src-bfeab27f1596f88d85c18b717d752fa1d2aa927a.tar.gz
Fix some becuase -> because typos.
Reported by: Marco Wertejuk <wertejuk@mwcis.com>
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r--sys/netinet/tcp_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index 12394eb..0b3fdf9 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -194,7 +194,7 @@ static void tcp_discardcb(struct tcpcb *);
/*
* XXX
* Callouts should be moved into struct tcp directly. They are currently
- * separate becuase the tcpcb structure is exported to userland for sysctl
+ * separate because the tcpcb structure is exported to userland for sysctl
* parsing purposes, which do not know about callouts.
*/
struct tcpcb_mem {
OpenPOWER on IntegriCloud