diff options
Diffstat (limited to 'src/nxt_listen_socket.c')
| -rw-r--r-- | src/nxt_listen_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_listen_socket.c b/src/nxt_listen_socket.c index bbd6d34a..a875832c 100644 --- a/src/nxt_listen_socket.c +++ b/src/nxt_listen_socket.c @@ -290,7 +290,7 @@ nxt_listen_socket_pool_min_size(nxt_listen_socket_t *ls) * A remote socket is usually unbound and thus has unspecified Unix * domain sockaddr_un which can be shortcut to 3 bytes. To handle * a bound remote socket correctly ls->socklen should be at least - * sizeof(struct sockaddr_un), see comment in unix/nxt_socket.h. + * sizeof(struct sockaddr_un), see comment in nxt_socket.h. */ ls->socklen = 3; size = ls->socklen + sizeof("unix:") - 1; |
