extra_tcp_stacks: Fix two typos in source code comments

- s/differnt/different/

MFC after;	3 days
This commit is contained in:
Gordon Bergling 2022-01-26 18:02:55 +01:00
parent 575c1773bf
commit 9e58cca3e8
2 changed files with 2 additions and 2 deletions

View File

@ -1098,7 +1098,7 @@ int32_t bbr_clear_lost = 0;
* If cts is smaller than earlier, we could have
* had a sequence wrap (our counter wraps every
* 70 min or so) or it could be just clock skew
* getting us two differnt time values. Clock skew
* getting us two different time values. Clock skew
* will show up within 10ms or so. So in such
* a case (where cts is behind earlier time by
* less than 10ms) we return 0. Otherwise we

View File

@ -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.
*/