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 static void
_khan_init_sock(u3_shan* san_u) _khan_init_sock(u3_shan* san_u)
{ {
// The full socket path is limited to about 108 characters, and we want it to // The full socket path is limited to about 108 characters,
// be relative to the pier. So we save our current path, chdir to the pier, // and we want it to be relative to the pier. So we save our
// open the socket at the desired path, then chdir back. Hopefully there // current path, chdir to the pier, open the socket at the
// aren't any threads. // desired path, then chdir back. Hopefully there aren't any
// threads.
//
c3_c pax_c[2048]; c3_c pax_c[2048];
c3_i err_i; c3_i err_i;