compat: fix typos

Fix typos and grammar.

Reported-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Andrew Kreimer
2024-10-10 18:11:19 +03:00
committed by Junio C Hamano
parent 777489f9e0
commit 54ee29cfd5
3 changed files with 4 additions and 4 deletions

View File

@ -712,7 +712,7 @@ static int accept_thread__wait_for_connection(
* Block SIGPIPE in this thread for the life of the thread. This
* avoids any stray SIGPIPE signals when closing pipe fds under
* extremely heavy loads (such as when the fifo queue is full and we
* drop incomming connections).
* drop incoming connections).
*/
static void *accept_thread_proc(void *_accept_thread_data)
{