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:

committed by
Junio C Hamano

parent
777489f9e0
commit
54ee29cfd5
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user