Fix EN typos

Small corrections for grammar and fluency [en_US].

git-svn-id: svn://kolibrios.org@10058 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2024-05-28 14:15:26 +00:00
parent f133c9d045
commit 349dbb6edf
8 changed files with 36 additions and 37 deletions

View File

@@ -408,7 +408,7 @@ endl
; esi = data len
;---------------------------------------------
; check if we dont exceed the max segment size
; check if we don't exceed the max segment size
add esi, edi ; total TCP segment size
cmp esi, [eax + TCP_SOCKET.t_maxseg]
@@ -464,7 +464,7 @@ endl
.eos:
;---------------------------------------------------
; Dont increase sequence number when resending a FIN
; Don't increase sequence number when resending a FIN
test dl, TH_FIN
jz .no_fin_retransmit
@@ -482,7 +482,7 @@ endl
;----------------------------------------------------
; Calculate the receive window.
; Dont shrink window, but avoid silly window syndrome
; Don't shrink window, but avoid silly window syndrome
xor ebx, ebx
test [eax + SOCKET.state], SS_CANTRCVMORE