aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/cc/cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/cc/cc.c b/sys/netinet/cc/cc.c
index 457f5a6e55e1..b49e5940bc7e 100644
--- a/sys/netinet/cc/cc.c
+++ b/sys/netinet/cc/cc.c
@@ -358,7 +358,7 @@ newreno_cc_post_recovery(struct cc_var *ccv)
if (pipe < CCV(ccv, snd_ssthresh))
/*
* Ensure that cwnd does not collapse to 1 MSS under
- * adverse conditons. Implements RFC6582
+ * adverse conditions. Implements RFC6582
*/
CCV(ccv, snd_cwnd) = max(pipe, CCV(ccv, t_maxseg)) +
CCV(ccv, t_maxseg);