diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-12-17 16:12:01 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-12-17 16:12:01 +0000 |
| commit | a5b061f9d21b0ba1ee255b35115635cf2ea51f51 (patch) | |
| tree | 47f800246cd9dc28293cda76d4b65b4a7b04f986 /sys/netinet/tcp_subr.c | |
| parent | 2d92ec985899529837a43f559d8ed6e0da7854fe (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_subr.c')
| -rw-r--r-- | sys/netinet/tcp_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 12394eb3a4a7..0b3fdf90ffc5 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 { |
