diff options
| author | Taylor Blau <me@ttaylorr.com> | 2024-10-25 14:02:04 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-10-25 14:02:04 -0400 |
| commit | 4d334e5205f547be7913901d0cf529477e993f26 (patch) | |
| tree | e8c8fb86a1cd8efcfcca331bdf8666c9b66cbaae /compat/simple-ipc/ipc-unix-socket.c | |
| parent | 55bc7d54ab403af274f2bd7058305e0d5a2fdd4f (diff) | |
| parent | 41869f7447a5b9e904aaa9aa5b77e7ce49b7292a (diff) | |
Merge branch 'ak/typofixes'
Typofixes.
* ak/typofixes:
t: fix typos
t/helper: fix a typo
t/perf: fix typos
t/unit-tests: fix typos
contrib: fix typos
compat: fix typos
Diffstat (limited to 'compat/simple-ipc/ipc-unix-socket.c')
| -rw-r--r-- | compat/simple-ipc/ipc-unix-socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/simple-ipc/ipc-unix-socket.c b/compat/simple-ipc/ipc-unix-socket.c index 57d919c6b4..7db3b2a897 100644 --- a/compat/simple-ipc/ipc-unix-socket.c +++ b/compat/simple-ipc/ipc-unix-socket.c @@ -713,7 +713,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) { |
