From 273748ad163eeab0c2153231516cdd3b4565b69e Mon Sep 17 00:00:00 2001 From: "Nicholas J. Kain" Date: Tue, 5 Mar 2024 22:32:00 -0500 Subject: [PATCH] Update a comment. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 9a5c0f5..9b10414 100644 --- a/main.c +++ b/main.c @@ -999,7 +999,7 @@ int main(int argc, char** argv) { for (;;) { gc_threads(); - // This optimizes for less mutex contention at the cost of + // This optimizes for the common break case at the cost of // dropping a connection on malloc failure below. struct client c; int r = server_waitclient(&srvrs[i], &c);