summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-11-07 07:00:59 +0000
committerkevlo <kevlo@FreeBSD.org>2012-11-07 07:00:59 +0000
commit25611f9cf9abb970322ecc6e9eb957d8f47b4819 (patch)
treec39378afd60870cb7ef18ef2aa77c0b3103068c9 /sys/netinet/tcp_output.c
parent024301417f2256051da79d80e8b2d58b25d38cec (diff)
downloadFreeBSD-src-25611f9cf9abb970322ecc6e9eb957d8f47b4819.zip
FreeBSD-src-25611f9cf9abb970322ecc6e9eb957d8f47b4819.tar.gz
Fix typo; s/ouput/output
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r--sys/netinet/tcp_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index d367674..b050fcf 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -127,7 +127,7 @@ static void inline hhook_run_tcp_est_out(struct tcpcb *tp,
static void inline cc_after_idle(struct tcpcb *tp);
/*
- * Wrapper for the TCP established ouput helper hook.
+ * Wrapper for the TCP established output helper hook.
*/
static void inline
hhook_run_tcp_est_out(struct tcpcb *tp, struct tcphdr *th,
OpenPOWER on IntegriCloud