everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
3b576fc688
commit
f483b1bc4c
757 changed files with 1284 additions and 1284 deletions
|
@ -914,7 +914,7 @@ static int tcp_out_ext(struct tcp *conn, uint8_t flags, struct net_pkt *data,
|
|||
if (is_destination_local(pkt)) {
|
||||
/* If the destination is local, we have to let the current
|
||||
* thread to finish with any state-machine changes before
|
||||
* sending the packet, or it might lead to state unconsistencies
|
||||
* sending the packet, or it might lead to state inconsistencies
|
||||
*/
|
||||
k_work_schedule_for_queue(&tcp_work_q,
|
||||
&conn->send_timer, K_NO_WAIT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue