diff options
Diffstat (limited to 'sys/netinet/tcp_stacks/rack.c')
-rw-r--r-- | sys/netinet/tcp_stacks/rack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c index 87e39e0d60da..63e9d5220b19 100644 --- a/sys/netinet/tcp_stacks/rack.c +++ b/sys/netinet/tcp_stacks/rack.c @@ -5073,7 +5073,7 @@ rack_cc_after_idle(struct tcp_rack *rack, struct tcpcb *tp) i_cwnd = rc_init_window(rack); /* - * Being idle is no differnt than the initial window. If the cc + * Being idle is no different than the initial window. If the cc * clamps it down below the initial window raise it to the initial * window. */ |