Fix a comment in test-fdleak after 077c7e949.

This commit is contained in:
Ross Lagerwall 2012-06-03 15:19:53 +02:00
parent 76b994ac61
commit 3881d8fdf6

View File

@ -113,7 +113,7 @@ listener_accept_cb(struct evconnlistener *listener, evutil_socket_t sock,
bufferevent_enable(bev, EV_READ|EV_WRITE);
}
/* Start the server listening on PORT and start the first client. */
/* Start the server listening on a random port and start the first client. */
static void
start_loop(void)
{