khan: comment formatting

This commit is contained in:
Jōshin 2021-12-25 09:41:27 +00:00
parent 736fc6f47c
commit d22618e89f
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

@ -493,10 +493,12 @@ _khan_conn_cb(uv_stream_t* sem_u, c3_i tas_i)
static void
_khan_init_sock(u3_shan* san_u)
{
// The full socket path is limited to about 108 characters, and we want it to
// be relative to the pier. So we save our current path, chdir to the pier,
// open the socket at the desired path, then chdir back. Hopefully there
// aren't any threads.
// The full socket path is limited to about 108 characters,
// and we want it to be relative to the pier. So we save our
// current path, chdir to the pier, open the socket at the
// desired path, then chdir back. Hopefully there aren't any
// threads.
//
c3_c pax_c[2048];
c3_i err_i;